summaryrefslogtreecommitdiff
path: root/cmd2/cmd2.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Cleaned up some PyCharm warningsTodd Leonhardt2019-03-131-3/+13
| | | | |
* | | | | Added load -r flag for recording a transcript based on a script fileTodd Leonhardt2019-03-181-11/+27
| |_|_|/ |/| | | | | | | | | | | The load command now supports the -r/--record_transcript flag for recording a transcript file based on a script file.
* | | | Updated documentationKevin Van Brunt2019-03-161-2/+2
| | | |
* | | | Added Statement object to argparse Namespace passed to wrapped functionsKevin Van Brunt2019-03-161-10/+25
| |_|/ |/| |
* | | Added help_error and default_errorKevin Van Brunt2019-03-161-5/+9
| | |
* | | Support colors in help and disabled command errorsKevin Van Brunt2019-03-161-4/+7
| | |
* | | Help command now writes to stderr when there is no help informationKevin Van Brunt2019-03-141-4/+12
| |/ |/|
* | Updated documentationKevin Van Brunt2019-03-141-0/+8
| |
* | Added ability to place the command name in a disabled command message. This ↵Kevin Van Brunt2019-03-131-1/+5
| | | | | | | | is useful when disabling an entire category of commands.
* | Writing to stderr in default() and _report_disabled_command_usage() to make ↵Kevin Van Brunt2019-03-131-2/+3
|/ | | | it easy to detect an error in pyscript
* Merge branch 'master' into history_improvementsKevin Van Brunt2019-03-121-7/+3
|\
| * Small refactorKevin Van Brunt2019-03-121-7/+3
| |
* | Incorporating requested changes from the PRkotfu2019-03-101-1/+1
| |
* | Merge branch 'history_improvements' of github.com:python-cmd2/cmd2 into ↵kotfu2019-03-101-7/+114
|\ \ | |/ | | | | history_improvements
| * Changed DisabledCommand into a namedtupleKevin Van Brunt2019-03-101-10/+5
| |
| * Fixed long line warningKevin Van Brunt2019-03-101-1/+2
| |
| * Fixed long line warningKevin Van Brunt2019-03-101-1/+2
| |
| * Added function to report that a disabled command has been run.Kevin Van Brunt2019-03-101-4/+16
| | | | | | | | Not adding disabled commands to the history when run.
| * Updated examples and documentation pertaining to disabling commandsKevin Van Brunt2019-03-101-2/+3
| |
| * Fixed another Flake warningKevin Van Brunt2019-03-101-4/+2
| |
| * Fixed flake warningsKevin Van Brunt2019-03-091-4/+4
| |
| * Added unit tests for disabling commandsKevin Van Brunt2019-03-091-1/+1
| |
| * Merge branch 'master' into disable_commandKevin Van Brunt2019-03-091-1/+1
| |\
| | * Only print a traceback if there is one to printKevin Van Brunt2019-03-091-1/+1
| | |
| * | Added way to disable commandsKevin Van Brunt2019-03-091-4/+103
| |/
* | Clean up history commandkotfu2019-03-091-7/+14
|/
* Updated a comment and moved an importKevin Van Brunt2019-03-061-1/+1
|
* Moved some utility functions from cmd2.py to parsing.pyTodd Leonhardt2019-03-051-33/+5
|
* Fix flake8 failureTodd Leonhardt2019-03-051-1/+0
|
* Reversed arguments in a UnionKevin Van Brunt2019-03-051-4/+4
|
* Added a shlex.split() wrapper to have a common way of calling it.Kevin Van Brunt2019-03-051-36/+47
| | | | Replaced parse_quoted_string with _get_command_arg_list.
* Merged master into this branch and resolved conflicts in CHANGELOGTodd Leonhardt2019-03-041-149/+44
|\
| * Merged master into history and resolved conflictsTodd Leonhardt2019-03-041-2/+2
| |\
| * | Potential fixes for outstanding multi-line issues in history commandTodd Leonhardt2019-03-031-3/+9
| | |
| * | Merged from master and resolved conflicts in cmd2.pyTodd Leonhardt2019-03-021-16/+17
| |\ \
| * \ \ Merge branch 'master' into historyTodd Leonhardt2019-02-281-9/+19
| |\ \ \
| * \ \ \ Merged master into history branch and fixed merge conflictsTodd Leonhardt2019-02-261-8/+7
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into historyKevin Van Brunt2019-02-201-9/+8
| |\ \ \ \ \
| * | | | | | Fix incorrect example in alias help messagekotfu2019-02-161-1/+1
| | | | | | |
| * | | | | | Fix flake errorskotfu2019-02-091-6/+8
| | | | | | |
| * | | | | | Move the rest of the history tests into test_history.pykotfu2019-02-091-1/+1
| | | | | | |
| * | | | | | Added -x option to history command for #545kotfu2019-02-091-14/+28
| | | | | | |
| * | | | | | Extract history classes and test into their own fileskotfu2019-02-091-140/+1
| | | | | | |
| * | | | | | Merge branch 'master' into historyTodd Leonhardt2019-02-071-23/+40
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into historyKevin Van Brunt2019-01-081-3/+12
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into historyKevin Van Brunt2018-12-061-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into historyKevin Van Brunt2018-12-051-13/+13
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | First version of adding an expanded option to history itemsKevin Van Brunt2018-12-031-17/+29
| | | | | | | | | | |
* | | | | | | | | | | Merge master into with_argument_list and resolved conflictsTodd Leonhardt2019-03-041-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Fixed documentationKevin Van Brunt2019-03-011-1/+1
| | | | | | | | | | |