Search
Preparing search index...
The search index is not available
Radical Console
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
Cli
Class Cli
Hierarchy
Cli
Index
Properties
_argv
_parsed
Commands
_root
Command
_running
Command
config
events
global
Options
helpers
log
parse
Commands
Accessors
argv
get
Sub
Commands
parse
Arguments
parsed
Commands
root
Command
running
Command
transform
Options
Methods
configure
execute
Command
fail
global
globals
helper
parse
start
use
use
Argv
Properties
Protected
_argv
_argv
:
string
[]
Protected
_parsed
Commands
_parsed
Commands
:
CommandConfig
[]
= []
Protected
_root
Command
_root
Command
:
CommandConfig
Protected
_running
Command
_running
Command
:
CommandConfig
config
config
:
Config
events
events
:
Dispatcher
Protected
global
Options
global
Options
:
OptionConfig
[]
= []
helpers
helpers
:
Helpers
log
log
:
Log
parse
Commands
parse
Commands
:
boolean
= true
Accessors
argv
get
argv
(
)
:
string
[]
Returns
string
[]
get
Sub
Commands
get
getSubCommands
(
)
:
SubCommandsGetFunction
Returns
SubCommandsGetFunction
parse
Arguments
get
parseArguments
(
)
:
ParseArgumentsFunction
Returns
ParseArgumentsFunction
parsed
Commands
get
parsedCommands
(
)
:
CommandConfig
[]
Returns
CommandConfig
[]
root
Command
get
rootCommand
(
)
:
CommandConfig
Returns
CommandConfig
running
Command
get
runningCommand
(
)
:
CommandConfig
Returns
CommandConfig
transform
Options
get
transformOptions
(
)
:
TransformOptionsFunction
Returns
TransformOptionsFunction
Methods
configure
configure
(
config
:
CliConfig
)
:
this
Parameters
config:
CliConfig
Returns
this
Protected
execute
Command
execute
Command
(
config
:
CommandConfig
)
:
Promise
<
void
>
Parameters
config:
CommandConfig
Returns
Promise
<
void
>
fail
fail
(
msg
?:
string
)
:
void
Parameters
Optional
msg:
string
Returns
void
global
global
(
key
:
string
, config
:
OptionConfig
)
:
this
global
(
config
:
OptionConfig
)
:
this
Parameters
key:
string
config:
OptionConfig
Returns
this
Parameters
config:
OptionConfig
Returns
this
globals
globals
(
configs
:
OptionConfig
[]
|
object
)
:
this
Parameters
configs:
OptionConfig
[]
|
object
Returns
this
helper
helper
(
name
:
string
, config
?:
HelperOptionsConfig
)
:
this
Parameters
name:
string
Optional
config:
HelperOptionsConfig
Returns
this
parse
parse
(
config
:
CommandConfig
)
:
this
Parameters
config:
CommandConfig
Returns
this
start
start
(
requirePath
:
string
)
:
this
Parameters
requirePath:
string
Returns
this
use
use<T>
(
plugin
:
Plugin
<
T
>
)
:
void
Type parameters
T
:
BasePluginConfig
Parameters
plugin:
Plugin
<
T
>
Returns
void
use
Argv
use
Argv
(
argv
:
string
[]
)
:
this
Parameters
argv:
string
[]
Returns
this
Globals
Cli
_argv
_parsed
Commands
_root
Command
_running
Command
config
events
global
Options
helpers
log
parse
Commands
argv
get
Sub
Commands
parse
Arguments
parsed
Commands
root
Command
running
Command
transform
Options
configure
execute
Command
fail
global
globals
helper
parse
start
use
use
Argv
Generated using
TypeDoc