Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/cli
ICliArgv
Interface ICliArgv
Command line argument parser result.
interface
ICliArgv
{
args
:
(
string
|
number
|
boolean
)
[]
;
options
:
Record
<
string
,
string
|
number
|
boolean
>
;
optionsShort
:
Record
<
string
,
string
|
number
|
boolean
>
;
}
Index
Properties
args
options
options
Short
Properties
args
args
:
(
string
|
number
|
boolean
)
[]
options
options
:
Record
<
string
,
string
|
number
|
boolean
>
options
Short
options
Short
:
Record
<
string
,
string
|
number
|
boolean
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
args
options
options
Short
Silvertree API
Loading...
Command line argument parser result.