drupflare/drangler - v0.1.0
    Preparing search index...

    Interface CommandResult

    What a subprocess produced. A non-zero code is data, not an exception.

    interface CommandResult {
        code: number;
        stderr: string;
        stdout: string;
    }
    Index
    code: number
    stderr: string
    stdout: string