ReadonlydescriptionOptional description of the command.
ReadonlynameName of the command.
Must consist of alphanumeric non-whitespace ASCII or _ and - characters. Cannot start with -.
ReadonlyoptionsOption or ComplexOption argument definitions for the sub-command.
ReadonlypositionalsPositional argument definitions for the sub-command.
Execute the command.
the Context in which to execute the command.
the argument values for the command. This may be empty if the command's Option and Positional instances are all optional and no argument values were provided.
ProtectedprintProtectedprint
Implementation of multi-command CLI help available via
myCli helpormyCli help <command>.