Search
Preparing search index...
The search index is not available
Radical Console
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
CliExecuteCommandHandledEvent
Class CliExecuteCommandHandledEvent<T, any>
Type parameters
T
any
Hierarchy
ExitEvent
CliExecuteCommandHandledEvent
Index
Constructors
constructor
Properties
argv
config
event
instance
options
result
Accessors
cli
Methods
exit
should
Exit
stop
IfExit
Constructors
constructor
new
Cli
Execute
Command
Handled
Event
(
result
:
any
, instance
:
T
, argv
:
YargsParserArgv
, config
:
CommandConfig
, options
:
OptionConfig
[]
)
:
CliExecuteCommandHandledEvent
Parameters
result:
any
instance:
T
argv:
YargsParserArgv
config:
CommandConfig
options:
OptionConfig
[]
Returns
CliExecuteCommandHandledEvent
Properties
argv
argv
:
YargsParserArgv
config
config
:
CommandConfig
event
event
:
string
|
string
[]
instance
instance
:
T
options
options
:
OptionConfig
[]
result
result
:
any
Accessors
cli
get
cli
(
)
:
Cli
Returns
Cli
Methods
exit
exit
(
code
?:
number
)
:
void
Parameters
Default value
code:
number
= 0
Returns
void
should
Exit
should
Exit
(
)
:
boolean
Returns
boolean
stop
IfExit
stop
IfExit
(
)
:
this
Returns
this
Globals
Cli
Execute
Command
Handled
Event
constructor
argv
config
event
instance
options
result
cli
exit
should
Exit
stop
IfExit
Generated using
TypeDoc