If true
, the args
parameter might be undefined
The root of a command tree
"kind" of a ICliCommand
"kind" of an ICliCommandGroup
"code" of a CliTerseError
"code" of a CliUsageError
Options for Cli
A factory for ICliCommand
s
A factory for ICliCommandGroup
s
An ICliCommandGroup
object
A factory for boolean-valued ICliArgGroup
's
A factory for ICliArgGroup
s that JSON.parse
A factory for number
-valued required ICliArgGroup
s
A factory for number | undefined
-valued optional ICliArgGroup
s
A factory for required number[]
-valued ICliArgGroup
s
A factory for optional number[] | undefined
-valued ICliArgGroup
s
A factory for required string
-valued ICliArgGroup
s
A factory for optional string | undefined
-valued ICliArgGroup
s
A factory for required string[]
-valued ICliArgGroup
s
A factory for optional string[] | undefined
-valued ICliArgGroup
s
A factory for ICliArgGroup
s whose value is one of the choices provided
Type of the provided choices.
Defines the type of the args passed to an
ICliArgGroup