summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update changelog with #252 changeskotfu2018-01-161-2/+10
* do_edit() no longer edits history, just files #252kotfu2018-01-164-153/+5
* Remove do_save() and do_run() for #252kotfu2018-01-165-172/+20
* tweak unit tests for history #252kotfu2018-01-151-1/+1
* Implement -o, -r, and -e options for issue #252Jared Crapo2018-01-153-13/+93
* Fixed comment in README.md that referred to the "list" command which was merg...Todd Leonhardt2018-01-151-2/+2
* Fix test_base_show_readonly unit test on WindowsTodd Leonhardt2018-01-151-0/+1
* Revised some of the Sphinx documentation which referenced the deprecated @opt...Todd Leonhardt2018-01-152-64/+10
* cmdenvironment command has been removed and its functionality now exists as a...Todd Leonhardt2018-01-156-45/+55
* Fixed the test_transcript unit test when run with the from_cmdloop.txt inputTodd Leonhardt2018-01-151-2/+2
* show command has been removedTodd Leonhardt2018-01-155-33/+35
* Made test_echo unit test robust to changes in expected value of "help history"Todd Leonhardt2018-01-151-1/+1
* Fixed expected value of "help history" for unit testsTodd Leonhardt2018-01-151-9/+13
* __relative_load command is now hidden from help menu by defaultTodd Leonhardt2018-01-156-14/+11
* Merge branch 'arglist' of github.com:python-cmd2/cmd2 into arglistkotfu2018-01-151-0/+20
|\
| * Added a unit testTodd Leonhardt2018-01-151-0/+20
* | Argument parsing and support currention functionality for #252kotfu2018-01-151-12/+16
|/
* Updated README.md due to @withargument_parser decorator now only passing a si...Todd Leonhardt2018-01-151-3/+3
* Just updated the CHANGELOG a little to reflect ongoing changesTodd Leonhardt2018-01-151-5/+13
* Renamed new decorator to @with_argparser_and_unknown_args to make it more des...Todd Leonhardt2018-01-154-6/+6
* Changed @with_argument_parser to only pass single argument to commandsTodd Leonhardt2018-01-158-110/+161
* Just improved a few comments which had become outdatedTodd Leonhardt2018-01-151-5/+6
* Modified examples still using @options to import make_option from optparseTodd Leonhardt2018-01-153-12/+14
* Replaced @options decorator with @with_argument_list for do_editTodd Leonhardt2018-01-151-7/+11
* Made a couple cleanup changesTodd Leonhardt2018-01-156-60/+70
* Fixed base_invalid_option unit testTodd Leonhardt2018-01-151-3/+2
* Fixed test_echo unit testTodd Leonhardt2018-01-151-1/+1
* Merge branch 'arglist' of github.com:python-cmd2/cmd2 into arglistkotfu2018-01-142-10/+15
|\
| * Fixed do_history unit tests and implementationTodd Leonhardt2018-01-152-10/+11
| * Fixed @with_argument_decorator so that built-in help text is preservedTodd Leonhardt2018-01-151-0/+4
* | convert do_pyscript() to use @with_argument_listkotfu2018-01-141-9/+5
* | convert do_show() to argparsekotfu2018-01-141-12/+9
|/
* convert do_history() to argparsekotfu2018-01-141-20/+16
* remove use_argument_list attributekotfu2018-01-144-113/+3
* refactor onecmd() to use parse_quoted_string()kotfu2018-01-141-7/+1
* Convert built-in commands to argparsing for #250kotfu2018-01-141-13/+17
* Ensure help function works if use_argument_list = Truekotfu2018-01-141-3/+3
* more robust argparse and arglist decoratorskotfu2018-01-142-18/+62
* add use_argument_list settingkotfu2018-01-123-1/+74
* new @with_argument_list decoratorkotfu2018-01-124-7/+97
* @with_argument_parser now passes an arglist instead of a stringkotfu2018-01-124-13/+27
* Merge pull request #248 from python-cmd2/argparse_bugfixesTodd Leonhardt2018-01-115-67/+126
|\
| * simplify outputJared Crapo2018-01-101-6/+3
| * switch from optparse to argparseJared Crapo2018-01-101-25/+26
| * Replace optparse with argparse in READMEJared Crapo2018-01-101-33/+78
| * Fix a nasty bug in @with_argument_parserJared Crapo2018-01-102-3/+19
|/
* Trivial doc change to get readthedocs to rebuildTodd Leonhardt2018-01-101-2/+3
* Merge pull request #247 from python-cmd2/argparseTodd Leonhardt2018-01-106-19/+366
|\
| * Updated CHANGELOG to reflect the argparse changesTodd Leonhardt2018-01-101-0/+6
| * Write documentationkotfu2018-01-072-113/+147