AIFlow API Documentation
Preparing search index...
Shell
Class Shell
Cross-platform shell executor
Windows: PowerShell Core (pwsh) or Windows PowerShell (powershell)
macOS/Linux: bash or zsh
Index
Methods
run
run
Process
instance
Methods
run
run
(
shell_command
:
string
,
...
args
:
string
[]
)
:
string
Execute a shell command and return stdout as string
Parameters
shell_command
:
string
...
args
:
string
[]
Returns
string
run
Process
runProcess
(
process
:
string
,
...
args
:
string
[]
)
:
string
Parameters
process
:
string
...
args
:
string
[]
Returns
string
Static
instance
instance
()
:
Shell
Returns
Shell
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
run
run
Process
instance
AIFlow API Documentation
Loading...
Cross-platform shell executor