@mikeyt23/node-cli-utils
    Preparing search index...

    Interface SimpleSpawnOptions

    Options interface for methods simpleSpawnSync, simpleSpawnAsync, simpleCmdSync and simpleCmdAsync.

    interface SimpleSpawnOptions {
        cwd: string;
        throwOnNonZero: boolean;
    }
    Index

    Properties

    Properties

    cwd: string

    Optional current working directory. Defaults to process.cwd().

    throwOnNonZero: boolean

    Defaults to true.