Variable exportQuadsOptionsConst
exportQuadsOptions: [
{
alias: "v";
description: "Run with verbose logging";
name: "verbose";
type: BooleanConstructor;
},
{
alias: "h";
description: "Print this usage guide";
name: "help";
type: BooleanConstructor;
},
{
alias: "i";
defaultOption: true;
defaultValue: readonly [];
description: "Pass a folder or file as src to read from";
multiple: true;
name: "input";
type: StringConstructor;
typeLabel: "{underline files/folders}";
},
{
alias: "l";
description: "Limit the number of files to process";
name: "limit";
type: NumberConstructor;
},
{
alias: "o";
description: "File to write all the generated quads to (defaults to {italic out.quads})";
name: "output";
type: StringConstructor;
typeLabel: "{underline file}";
},
] = ...