the sequence of action callbacks
the callback passed as a parameter of this.action
the callback passed as a parameter of this.action
the callback passed as a parameter of this.action
the callback passed as a parameter of this.action
the callback passed as a parameter of this.action
the callback passed as a parameter of this.action
the callback passed as a parameter of this.action
Command Type
the output type used in command
the enum represents the position of appendent help text
create a command by name
create a command by the flag that contains its name and arguments with description see Command.command(Args...)(string nameAndArgs, string desc = "")
The Command Type for Cmdline
This modlue mainly has Command Type.
we can configure the command in manly way and then use Command.parse to parse the input command line. if you define its action callback, this callback would be called when parsing.