Workstation API - v0.6.2
Handbook
GitHub
Releases
Preparing search index...
RunOptions
Interface RunOptions
interface
RunOptions
{
cwd
?:
string
;
environment
?:
Readonly
<
Record
<
string
,
string
>
>
;
streamOutput
?:
boolean
;
}
Index
Properties
cwd?
environment?
stream
Output?
Properties
Optional
Readonly
cwd
cwd
?:
string
Optional
Readonly
environment
environment
?:
Readonly
<
Record
<
string
,
string
>
>
Optional
Readonly
stream
Output
streamOutput
?:
boolean
Stream captured output when the process runner has progress logging enabled.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cwd
environment
stream
Output
Handbook
GitHub
Releases
Workstation API - v0.6.2
Loading...
Stream captured output when the process runner has progress logging enabled.