spawn-ts API reference - v0.6.0
Demo
GitHub
Preparing search index...
CmdResult
Interface CmdResult
Result of running a command: text output + whether it errored.
interface
CmdResult
{
error
?:
boolean
;
lines
:
string
[]
;
}
Index
Properties
error?
lines
Properties
Optional
error
error
?:
boolean
lines
lines
:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
lines
Demo
GitHub
spawn-ts API reference - v0.6.0
Loading...
Result of running a command: text output + whether it errored.