| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
CommandSet now has a check to ensure it is only registered with one
cmd2.Cmd instance at a time.
Adds function to find command set by type and by command name
|
|
|
|
| |
Fixed missing settings in subcommand parsers created with as_subcommand_to() decorator.
|
|
passing it a CommandSet instance.
Search for a CommandSet instance that matches the completer's parent
class type.`
Resolves Issue #967
Renamed isolated_tests directory to tests_isolated for better visual grouping. Added some exception documentation
|