runstorm - v0.6.2
Preparing search index...
runCommands
Function runCommands
runCommands
(
commandInputs
:
readonly
Readonly
<
{
color
?:
|
"red"
|
"green"
|
"yellow"
|
"blue"
|
"cyan"
|
"magenta"
|
"bgRed"
|
"bgGreen"
|
"bgYellow"
|
"bgBlue"
|
"bgCyan"
|
"bgMagenta"
;
command
:
string
;
cwd
?:
string
;
name
?:
string
;
}
,
>
[]
,
options
?:
Readonly
<
RunCommandOptions
>
,
)
:
Promise
<
{
exitCodes
:
Exit
[]
;
highestExitCode
:
number
;
terminated
:
boolean
}
,
>
Run all given raw commands within RunStorm.
Parameters
commandInputs
:
readonly
Readonly
<
{
color
?:
|
"red"
|
"green"
|
"yellow"
|
"blue"
|
"cyan"
|
"magenta"
|
"bgRed"
|
"bgGreen"
|
"bgYellow"
|
"bgBlue"
|
"bgCyan"
|
"bgMagenta"
;
command
:
string
;
cwd
?:
string
;
name
?:
string
;
}
,
>
[]
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 commands within RunStorm.