Optional description of the command.
Name of the command.
Must consist of alphanumeric non-whitespace ASCII characters or _
and -
characters. Cannot start with -
.
Option arguments for the sub-command.
These will be used for invocation in the form of executable <sub_command_name> --<option_name>=<option_value>
Positional arguments for the sub-command.
These will be used for invocation in the form of executable <sub_command_name> <positional_value>
Optional grouping topic of the command (to support output of CLI help).
Optional usage examples for the command (to support output of CLI help).
Run the command.
the arguments for the command.
the [[Context]] in which to run.
Interface defining a Flowscripter CLI Command.
This is an extension of the esm-dynamic-plugins SubCommand.