kaven-utils - v5.5.1
    Preparing search index...

    Interface IExecuteOptions

    5.0.7

    2023-11-25

    interface IExecuteOptions {
        console?: boolean;
        decoderEncoding?: string;
        execOptions?: ExecOptions;
        resolveNonZeroExitCodes?: boolean;
        spawn?: boolean;
        spawnArgs?: string[];
        spawnOptions?: SpawnOptionsWithoutStdio;
        stderr?: WritableStream;
        stdout?: WritableStream;
        trace?: boolean;
    }

    Hierarchy

    • ITraceableOptions
      • IExecuteOptions
    Index

    Properties

    console?: boolean
    decoderEncoding?: string

    cp936

    execOptions?: ExecOptions
    resolveNonZeroExitCodes?: boolean
    spawn?: boolean
    spawnArgs?: string[]
    spawnOptions?: SpawnOptionsWithoutStdio
    stderr?: WritableStream
    stdout?: WritableStream
    trace?: boolean

    Warning: Enabling this option in production is not recommended. Sensitive information may be output, use at your own risk!!!