Traits§
- Command
Runner - CommandRunner is used to perform a specific task based on the
- Command
Set - A CommandSet is a set of commands (usually an enum) that each represent an action that can be performed. i.e. ‘list’, ‘volume’ etc. Each command can take zero or more arguments and have zero or more flags. Typically an Enum of commands would implement CommandSet trait.