| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
| |
Added some shared definitions to cmd2/__init__.py -> maybe there's a better place for these?
Figured out how to trick bash into showing argument hints. It's a bit weird.
Updated all of the tests and examples to import cmd2 resources from their new location without the automatic imports in cmd2/__init__.py
For #369
|
| |
|
|
|
|
|
| |
Removed all dependency on six other than for six.moves.input
Also:
- Started removing code branches which were for Python 2 support
|
| |
|
|
|
| |
Renamed excludeFromHistory to exclude_from_history
No longer tab completing hidden commands
|
| |
|
|
|
|
|
|
|
| |
The remove_unused.py example had become outdated since the cmdenvironment command no longer exists.
The help text for the edit command was outdated since the functionality for editing previous commands got moved from the edit command to the history command.
This closes #276.
This closes #282.
|
| |
|