Search
Preparing search index...
The search index is not available
Radical Console
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
CliParseEvent
Class CliParseEvent
Hierarchy
CancelExitEvent
CliParseEvent
Index
Constructors
constructor
Properties
config
event
globals
is
Root
Command
Accessors
cli
Methods
cancel
canceled
exit
is
Canceled
proceed
should
Exit
stop
IfExit
Constructors
constructor
new
Cli
Parse
Event
(
config
:
CommandConfig
, globals
:
OptionConfig
[]
, isRootCommand
:
boolean
)
:
CliParseEvent
Parameters
config:
CommandConfig
globals:
OptionConfig
[]
isRootCommand:
boolean
Returns
CliParseEvent
Properties
config
config
:
CommandConfig
event
event
:
string
|
string
[]
globals
globals
:
OptionConfig
[]
is
Root
Command
is
Root
Command
:
boolean
Accessors
cli
get
cli
(
)
:
Cli
Returns
Cli
Methods
Protected
cancel
cancel
(
)
:
void
Returns
void
canceled
canceled
(
cb
:
function
)
:
this
Parameters
cb:
function
(
)
:
void
Returns
void
Returns
this
exit
exit
(
code
?:
number
)
:
void
Parameters
Default value
code:
number
= 0
Returns
void
is
Canceled
is
Canceled
(
)
:
boolean
Returns
boolean
proceed
proceed
(
cb
:
function
)
:
this
Parameters
cb:
function
(
)
:
void
Returns
void
Returns
this
should
Exit
should
Exit
(
)
:
boolean
Returns
boolean
stop
IfExit
stop
IfExit
(
)
:
this
Returns
this
Globals
Cli
Parse
Event
constructor
config
event
globals
is
Root
Command
cli
cancel
canceled
exit
is
Canceled
proceed
should
Exit
stop
IfExit
Generated using
TypeDoc