Variable NODEJS_CLI_PARSE_ARGS_OPTIONSConst
NODEJS_CLI_PARSE_ARGS_OPTIONS: {
help: { type: "boolean"; short: string };
url: { type: "string" };
"base-url": { type: "string" };
format: { type: "string" };
} = ...
Type Declaration
-
help: { type: "boolean"; short: string }
-
url: { type: "string" }
-
base-url: { type: "string" }
-
Config for these CLI options, in the same shape expected by Node's
util.parseArgs. Kept as a plain object literal (rather than importingnode:util's types at the top level of the runtime-independent class) soZcapSpecExamplesCliabove stays free of Node-specific imports.