Preparing search index...
The search index is not available
augment-vir - v31.2.0
augment-vir
runShellCommand
Function runShellCommand
runShellCommand
(
command
:
string
,
options
?:
RunShellCommandOptions
,
)
:
Promise
<
ShellOutput
>
Runs a shell command and returns its output.
Parameters
command
:
string
options
:
RunShellCommandOptions
= {}
Returns
Promise
<
ShellOutput
>
Package
@augment-vir/node
See
streamShellCommand
: a lower level way of running a shell command that allows instant reactions to shell events.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
augment-vir - v31.2.0
Loading...
Runs a shell command and returns its output.