runstorm - v0.6.2
    Preparing search index...

    Type Alias RunCommandOptions

    RunCommandOptions: PartialWithUndefined<
        {
            cwd: string;
            disableColorPreserve: boolean;
            disableSummary: boolean;
            env: Record<string, string>;
            killOn: KillOn;
            loggers: PartialWithUndefined<Readonly<CommandLoggers>>;
            maxConcurrency: number;
            shell: string;
            workerFilePath: string;
        },
    >

    All supported command options for RunStorm.