runstorm - v0.6.2
    Preparing search index...

    Function runRawCommands

    • Run all given raw command strings within RunStorm.

      Parameters

      • commands: readonly string[]
      • commandNames: readonly string[] = []
      • commandColors: readonly (
            | "red"
            | "green"
            | "yellow"
            | "blue"
            | "cyan"
            | "magenta"
            | "bgRed"
            | "bgGreen"
            | "bgYellow"
            | "bgBlue"
            | "bgCyan"
            | "bgMagenta"
        )[] = []
      • options: Readonly<RunCommandOptions> = {}

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

      The exits codes of each command in order.