kaven-utils - v6.1.0
    Preparing search index...

    Interface IExecuteOptions

    5.0.7

    2023-11-25

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

    Hierarchy

    • ILoggable
      • IExecuteOptions
    Index

    Properties

    autoDetectDecoderEncoding?: boolean
    console?: boolean
    decoderEncoding?: string

    cp936

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