CliOptions

constructor(source: File?, outputDirectory: File?, libraryDirectory: File?, rendererName: String, clean: Boolean, pipe: Boolean, nodePath: String, npmPath: String, exportPdf: Boolean = false, noPdfSandbox: Boolean = false)

Parameters

source

main source file to process

outputDirectory

the output directory to save resource in, if set

libraryDirectory

the directory to load .qd library files from

rendererName

name of the renderer to use to generate the output for

clean

whether to clean the output directory before generating new files

pipe

whether to output the rendered result to standard output, suitable for piping

nodePath

path to the Node.js executable

npmPath

path to the npm executable

exportPdf

whether to generate a PDF file

noPdfSandbox

whether to disable the Chrome sandbox for PDF export