Esposter
    Preparing search index...

    Interface BwrapCommand

    interface BwrapCommand {
        command: readonly [string, string];
        env: ProcessEnv;
        onTerminate?: () => void;
        statusSource: "stderr" | "fd";
    }
    Index
    command: readonly [string, string]
    env: ProcessEnv
    onTerminate?: () => void
    statusSource: "stderr" | "fd"