zcap-spec-examples - v0.2.0
    Preparing search index...

    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" };
    } = ...

    Config for these CLI options, in the same shape expected by Node's util.parseArgs. Kept as a plain object literal (rather than importing node:util's types at the top level of the runtime-independent class) so ZcapSpecExamplesCli above stays free of Node-specific imports.

    Type Declaration

    • help: { type: "boolean"; short: string }
    • url: { type: "string" }
    • base-url: { type: "string" }
    • format: { type: "string" }