ghakit
    Preparing search index...

    Type Alias OutputMode

    OutputMode: "inherit" | "capture" | "silent"

    The output mode for stdout or stderr in exec.

    • "inherit" — pass the output to the current process.
    • "capture" — collect and return the output as a string.
    • "silent" — suppress the output entirely.