Stone.js API
Docs
Home
Preparing search index...
stone-js-router/src/declarations
CommandOptions
Interface CommandOptions
Command options.
Represents the configuration options for a CLI command.
interface
CommandOptions
{
alias
?:
string
|
string
[]
;
args
?:
string
|
string
[]
;
desc
?:
string
;
name
:
string
;
options
?:
(
yargs
:
IArgv
)
=>
IArgv
;
}
Index
Properties
alias?
args?
desc?
name
options?
Properties
Optional
alias
alias
?:
string
|
string
[]
Optional
args
args
?:
string
|
string
[]
Optional
desc
desc
?:
string
name
name
:
string
Optional
options
options
?:
(
yargs
:
IArgv
)
=>
IArgv
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
alias
args
desc
name
options
Docs
Home
Stone.js API
Loading...
Command options.
Represents the configuration options for a CLI command.