Workstation API - v0.6.2
Handbook
GitHub
Releases
Preparing search index...
TaskDefinition
Interface TaskDefinition
A named direct command with a description shown by --list-tasks.
interface
TaskDefinition
{
args
?:
readonly
string
[]
;
command
:
string
;
cwd
?:
string
;
description
?:
string
;
environment
?:
Readonly
<
Record
<
string
,
string
>
>
;
}
Hierarchy (
View Summary
)
CommandSpec
TaskDefinition
Index
Properties
args?
command
cwd?
description?
environment?
Properties
Optional
Readonly
args
args
?:
readonly
string
[]
Readonly
command
command
:
string
Optional
Readonly
cwd
cwd
?:
string
Optional
Readonly
description
description
?:
string
Optional
Readonly
environment
environment
?:
Readonly
<
Record
<
string
,
string
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
command
cwd
description
environment
Handbook
GitHub
Releases
Workstation API - v0.6.2
Loading...
A named direct command with a description shown by --list-tasks.