Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Cleaned up some PyCharm warnings | Todd Leonhardt | 2019-03-13 | 1 | -3/+13 | |
| | | | | | ||||||
* | | | | | Added load -r flag for recording a transcript based on a script file | Todd Leonhardt | 2019-03-18 | 1 | -11/+27 | |
| |_|_|/ |/| | | | | | | | | | | | The load command now supports the -r/--record_transcript flag for recording a transcript file based on a script file. | |||||
* | | | | Updated documentation | Kevin Van Brunt | 2019-03-16 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Added Statement object to argparse Namespace passed to wrapped functions | Kevin Van Brunt | 2019-03-16 | 1 | -10/+25 | |
| |_|/ |/| | | ||||||
* | | | Added help_error and default_error | Kevin Van Brunt | 2019-03-16 | 1 | -5/+9 | |
| | | | ||||||
* | | | Support colors in help and disabled command errors | Kevin Van Brunt | 2019-03-16 | 1 | -4/+7 | |
| | | | ||||||
* | | | Help command now writes to stderr when there is no help information | Kevin Van Brunt | 2019-03-14 | 1 | -4/+12 | |
| |/ |/| | ||||||
* | | Updated documentation | Kevin Van Brunt | 2019-03-14 | 1 | -0/+8 | |
| | | ||||||
* | | Added ability to place the command name in a disabled command message. This ↵ | Kevin Van Brunt | 2019-03-13 | 1 | -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 Brunt | 2019-03-13 | 1 | -2/+3 | |
|/ | | | | it easy to detect an error in pyscript | |||||
* | Merge branch 'master' into history_improvements | Kevin Van Brunt | 2019-03-12 | 1 | -7/+3 | |
|\ | ||||||
| * | Small refactor | Kevin Van Brunt | 2019-03-12 | 1 | -7/+3 | |
| | | ||||||
* | | Incorporating requested changes from the PR | kotfu | 2019-03-10 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'history_improvements' of github.com:python-cmd2/cmd2 into ↵ | kotfu | 2019-03-10 | 1 | -7/+114 | |
|\ \ | |/ | | | | | history_improvements | |||||
| * | Changed DisabledCommand into a namedtuple | Kevin Van Brunt | 2019-03-10 | 1 | -10/+5 | |
| | | ||||||
| * | Fixed long line warning | Kevin Van Brunt | 2019-03-10 | 1 | -1/+2 | |
| | | ||||||
| * | Fixed long line warning | Kevin Van Brunt | 2019-03-10 | 1 | -1/+2 | |
| | | ||||||
| * | Added function to report that a disabled command has been run. | Kevin Van Brunt | 2019-03-10 | 1 | -4/+16 | |
| | | | | | | | | Not adding disabled commands to the history when run. | |||||
| * | Updated examples and documentation pertaining to disabling commands | Kevin Van Brunt | 2019-03-10 | 1 | -2/+3 | |
| | | ||||||
| * | Fixed another Flake warning | Kevin Van Brunt | 2019-03-10 | 1 | -4/+2 | |
| | | ||||||
| * | Fixed flake warnings | Kevin Van Brunt | 2019-03-09 | 1 | -4/+4 | |
| | | ||||||
| * | Added unit tests for disabling commands | Kevin Van Brunt | 2019-03-09 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' into disable_command | Kevin Van Brunt | 2019-03-09 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Only print a traceback if there is one to print | Kevin Van Brunt | 2019-03-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added way to disable commands | Kevin Van Brunt | 2019-03-09 | 1 | -4/+103 | |
| |/ | ||||||
* | | Clean up history command | kotfu | 2019-03-09 | 1 | -7/+14 | |
|/ | ||||||
* | Updated a comment and moved an import | Kevin Van Brunt | 2019-03-06 | 1 | -1/+1 | |
| | ||||||
* | Moved some utility functions from cmd2.py to parsing.py | Todd Leonhardt | 2019-03-05 | 1 | -33/+5 | |
| | ||||||
* | Fix flake8 failure | Todd Leonhardt | 2019-03-05 | 1 | -1/+0 | |
| | ||||||
* | Reversed arguments in a Union | Kevin Van Brunt | 2019-03-05 | 1 | -4/+4 | |
| | ||||||
* | Added a shlex.split() wrapper to have a common way of calling it. | Kevin Van Brunt | 2019-03-05 | 1 | -36/+47 | |
| | | | | Replaced parse_quoted_string with _get_command_arg_list. | |||||
* | Merged master into this branch and resolved conflicts in CHANGELOG | Todd Leonhardt | 2019-03-04 | 1 | -149/+44 | |
|\ | ||||||
| * | Merged master into history and resolved conflicts | Todd Leonhardt | 2019-03-04 | 1 | -2/+2 | |
| |\ | ||||||
| * | | Potential fixes for outstanding multi-line issues in history command | Todd Leonhardt | 2019-03-03 | 1 | -3/+9 | |
| | | | ||||||
| * | | Merged from master and resolved conflicts in cmd2.py | Todd Leonhardt | 2019-03-02 | 1 | -16/+17 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into history | Todd Leonhardt | 2019-02-28 | 1 | -9/+19 | |
| |\ \ \ | ||||||
| * \ \ \ | Merged master into history branch and fixed merge conflicts | Todd Leonhardt | 2019-02-26 | 1 | -8/+7 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into history | Kevin Van Brunt | 2019-02-20 | 1 | -9/+8 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Fix incorrect example in alias help message | kotfu | 2019-02-16 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Fix flake errors | kotfu | 2019-02-09 | 1 | -6/+8 | |
| | | | | | | | ||||||
| * | | | | | | Move the rest of the history tests into test_history.py | kotfu | 2019-02-09 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Added -x option to history command for #545 | kotfu | 2019-02-09 | 1 | -14/+28 | |
| | | | | | | | ||||||
| * | | | | | | Extract history classes and test into their own files | kotfu | 2019-02-09 | 1 | -140/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'master' into history | Todd Leonhardt | 2019-02-07 | 1 | -23/+40 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into history | Kevin Van Brunt | 2019-01-08 | 1 | -3/+12 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into history | Kevin Van Brunt | 2018-12-06 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into history | Kevin Van Brunt | 2018-12-05 | 1 | -13/+13 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | First version of adding an expanded option to history items | Kevin Van Brunt | 2018-12-03 | 1 | -17/+29 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge master into with_argument_list and resolved conflicts | Todd Leonhardt | 2019-03-04 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Fixed documentation | Kevin Van Brunt | 2019-03-01 | 1 | -1/+1 | |
| | | | | | | | | | | |