runstorm - v0.6.2
Preparing search index...
runRawCommands
Function runRawCommands
runRawCommands
(
commands
:
readonly
string
[]
,
commandNames
?:
readonly
string
[]
,
commandColors
?:
readonly
(
|
"red"
|
"green"
|
"yellow"
|
"blue"
|
"cyan"
|
"magenta"
|
"bgRed"
|
"bgGreen"
|
"bgYellow"
|
"bgBlue"
|
"bgCyan"
|
"bgMagenta"
)
[]
,
options
?:
Readonly
<
RunCommandOptions
>
,
)
:
Promise
<
{
exitCodes
:
Exit
[]
;
highestExitCode
:
number
;
terminated
:
boolean
}
,
>
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.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
runstorm - v0.6.2
Loading...
Run all given raw command strings within RunStorm.