glrs
github
ci
npm
Preparing search index...
Extension API
ShellResult
Type Alias ShellResult
Captured shell output and exit status returned to extension shell callers.
type
ShellResult
=
{
code
:
number
;
ok
:
boolean
;
output
:
string
;
stderr
:
string
;
stdout
:
string
;
}
Index
Properties
code
ok
output
stderr
stdout
Properties
code
code
:
number
ok
ok
:
boolean
output
output
:
string
stderr
stderr
:
string
stdout
stdout
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
ok
output
stderr
stdout
github
ci
npm
glrs
Loading...
Captured shell output and exit status returned to extension shell callers.