CliOptions
Options that affect the behavior of the Quarkdown CLI, especially I/O. For pipeline-related options, see com.quarkdown.core.pipeline.PipelineOptions.
Parameters
main source file to process
the output directory to save resource in, if set
the directory to load .qd library files from. Defaults to lib/qd within the install layout
name of the renderer to use to generate the output for
whether to clean the output directory before generating new files
whether to output the rendered result to standard output, suitable for piping
path to the Node.js executable
path to the npm executable
whether to generate a PDF file
whether to disable the Chrome sandbox for PDF export
maximum time, in seconds, allowed for the pipeline execution to complete. null (default) or non-positive disables the timeout and runs the pipeline inline on the current thread.