Workstation API - v0.6.2
Handbook
GitHub
Releases
Preparing search index...
ShellExpression
Type Alias ShellExpression
ShellExpression
:
|
{
kind
:
"variable"
;
name
:
string
}
|
{
kind
:
"home"
;
path
:
string
}
|
{
kind
:
"concat"
;
values
:
readonly
ShellValue
[]
}
|
{
command
:
ShellCommand
;
kind
:
"capture"
}
A value expanded when the generated shell file runs, rather than during configuration loading.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Handbook
GitHub
Releases
Workstation API - v0.6.2
Loading...
A value expanded when the generated shell file runs, rather than during configuration loading.