CliOptions
constructor(source: File?, outputDirectory: File?, libraryDirectory: File?, rendererName: String, clean: 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
nodePath
path to the Node.js executable
npmPath
path to the npm executable
generatePdf
whether to generate a PDF file
noPdfSandbox
whether to disable the Chrome sandbox for PDF export