Command¶
Command contains all of the information describing a command with its spec and effective options and arguments, ready to use.
Public Functions¶
string¶
Returns a representational string for this command.
Returns¶
- String iso^
spec¶
Returns the spec for this command.
Returns¶
- CommandSpec box
fullname¶
Returns the full name of this command, with its parents prefixed.
Returns¶
- String val
option¶
Returns the Option by name, defaulting to a fake Option if unknown.
Parameters¶
- name: String val
Returns¶
- Option val
arg¶
Returns the Arg by name, defaulting to a fake Arg if unknown.
Parameters¶
- name: String val
Returns¶
- Arg val