ghakit
Preparing search index...
exec
OutputMode
Type Alias OutputMode
OutputMode
:
"inherit"
|
"capture"
|
"silent"
The output mode for stdout or stderr in
exec
.
"inherit"
— pass the output to the current process.
"capture"
— collect and return the output as a string.
"silent"
— suppress the output entirely.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ghakit
Loading...
The output mode for stdout or stderr in exec.
"inherit"— pass the output to the current process."capture"— collect and return the output as a string."silent"— suppress the output entirely.