runstorm - v1.0.6
    Preparing search index...

    Function runRawCommands

    • Run all given raw command strings within RunStorm.

      Parameters

      • __namedParameters: Readonly<
            {
                commandColors?: ReadonlyArray<ColorKey>;
                commandNames?: ReadonlyArray<string>;
                commands: ReadonlyArray<string>;
                options?: Readonly<RunCommandOptions>;
            },
        >

      Returns Promise<{ exitCodes: Exit[]; highestExitCode: number; terminated: boolean }>

      The exits codes of each command in order.