Stone.js API
Docs
Home
Preparing search index...
stone-js-router/src/declarations
IArgv
Interface IArgv
Represents the yargs argument vector.
interface
IArgv
{
positional
:
(
name
:
string
,
options
:
{
choices
:
string
[]
;
desc
:
string
;
type
:
string
}
,
)
=>
IArgv
;
}
Index
Properties
positional
Properties
positional
positional
:
(
name
:
string
,
options
:
{
choices
:
string
[]
;
desc
:
string
;
type
:
string
}
,
)
=>
IArgv
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
positional
Docs
Home
Stone.js API
Loading...
Represents the yargs argument vector.