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

    Class NodejsZcapSpecExamplesCli

    Index
    options: {
        help: { type: "boolean"; short: string };
        url: { type: "string" };
        "base-url": { type: "string" };
        format: { type: "string" };
    } = NODEJS_CLI_PARSE_ARGS_OPTIONS
    • argv should already have the node binary and script path stripped, e.g. process.argv.slice(2).

      Parameters

      • argv: string[]

      Returns Promise<number>