ghakit
    Preparing search index...

    Interface ExecOptions

    Options for configuring the behavior of exec.

    interface ExecOptions {
        stderr?: OutputMode;
        stdout?: OutputMode;
    }
    Index

    Properties

    Properties

    stderr?: OutputMode

    Output mode for the child process stderr (default: "inherit").

    stdout?: OutputMode

    Output mode for the child process stdout (default: "inherit").