Interface: ICliCommandDefinitionParam
Command param to execute in the CLI.
Properties
key
key:
string
The param key.
type
type:
"string"|"number"|"boolean"
The param type.
options?
optionaloptions?:string[]
Possible options for the param.
extendedType?
optionalextendedType?:string
The extended type e.g. hex etc.
required?
optionalrequired?:boolean
Whether the param is required.
Default
true
defaultValue?
optionaldefaultValue?:CliCommandParamType
The default value of the param.
description
description:
string
The param description.