summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure pexpect uses same version of Python to spawn persistent history exa...Todd Leonhardt2018-02-091-4/+14
* First past at unit test for persistent history featureTodd Leonhardt2018-02-091-0/+1
* Added optional persistent readline history featureTodd Leonhardt2018-02-082-5/+23
* Added ability to use ipy for embedded IPython to submenus.py exampleTodd Leonhardt2018-02-071-1/+23
* Fixed typo in ThirdLevel.do_say() printCalvin Lobo2018-02-041-1/+2
* Merge branch 'master' into feature/submenuTodd Leonhardt2018-02-039-90/+236
|\
| * Renamed @with_argument_parser decorator to @with_argparserTodd Leonhardt2018-01-215-16/+16
| * History enhancementsTodd Leonhardt2018-01-204-8/+18
| * Added unit tests for sub-commandsTodd Leonhardt2018-01-201-2/+2
| * Tab-completion of subcommand names is now supportedTodd Leonhardt2018-01-201-1/+4
| * Just improved a few comments in the subcommands.py exampleTodd Leonhardt2018-01-201-3/+3
| * Added support for argparse sub-commands when using cmd2 decoratorsTodd Leonhardt2018-01-201-0/+58
| * Simplified a few argparse examples and fixed some incorrect documentationTodd Leonhardt2018-01-172-4/+4
| * Improved how new argparse-based decorators provide helpTodd Leonhardt2018-01-171-1/+1
| * Cleanup of documentation and examplesTodd Leonhardt2018-01-173-3/+0
| * Renamed new decorator to @with_argparser_and_unknown_args to make it more des...Todd Leonhardt2018-01-152-4/+4
| * Changed @with_argument_parser to only pass single argument to commandsTodd Leonhardt2018-01-155-32/+56
| * Modified examples still using @options to import make_option from optparseTodd Leonhardt2018-01-153-12/+14
| * Made a couple cleanup changesTodd Leonhardt2018-01-152-24/+29
| * remove use_argument_list attributekotfu2018-01-141-40/+0
| * add use_argument_list settingkotfu2018-01-121-0/+40
| * new @with_argument_list decoratorkotfu2018-01-121-5/+15
| * @with_argument_parser now passes an arglist instead of a stringkotfu2018-01-121-2/+2
| * simplify outputJared Crapo2018-01-101-6/+3
| * switch from optparse to argparseJared Crapo2018-01-101-25/+26
| * Clean up variable nameskotfu2018-01-071-2/+2
| * Set prog in argparser based on the name of the functionkotfu2018-01-071-4/+1
| * Properly set docstring so it contains help messagekotfu2018-01-071-36/+36
| * Add tests for POSIX=true and arguments containing spaceskotfu2018-01-071-2/+18
| * Default posix and quote removal working.kotfu2018-01-071-15/+17
| * Merge branch 'master' of https://github.com/python-cmd2/cmd2 into argparseJared Crapo2017-12-114-82/+35
| |\
| * | Plan and first working code for argparse decoratorJared Crapo2017-12-111-1/+25
* | | added a decorator function that allows nesting of Cmd instances to create sub...Calvin Lobo2018-02-011-0/+90
| |/ |/|
* | Made a couple fixes to existing examplesTodd Leonhardt2017-11-113-81/+27
* | Updated docs to make it more clear that you need to update shortcuts attribut...Todd Leonhardt2017-11-091-1/+8
|/
* Improved documentation for how a user can modify comment grammar/styleTodd Leonhardt2017-09-221-0/+39
* Revise environment setting documentationkotfu2017-08-281-0/+38
* Make the same as test_transcription.pyJared Crapo2017-08-211-4/+5
* regex implementation complete. Still a few bugs.Jared Crapo2017-08-211-3/+4
* Write documentation for revised transcription featureJared Crapo2017-08-211-10/+33
* feedback_to_output now defaults to FalseTodd Leonhardt2017-08-201-2/+2
* Ensure editor and the file to edit can have spaces in themJared Crapo2017-08-191-2/+3
* Added remove_unused.py example to demonstrate how to remove unused commandsTodd Leonhardt2017-07-311-0/+30
* Fixed a couple case sensitivity bugs and added an exampleTodd Leonhardt2017-07-121-0/+25
* Fixed a few bugs and examplesTodd Leonhardt2017-07-034-18/+22
* Removed pause commandTodd Leonhardt2017-07-031-3/+2
* Add screenshot to front pageTodd Leonhardt2017-07-031-1/+1
* Refactored to replace custom StubbornDict with collections.OrderedDictTodd Leonhardt2017-06-291-4/+7
* Completely removed use of self.default_file_nameTodd Leonhardt2017-06-281-2/+1
* Simplified implementation of do__relative_loadTodd Leonhardt2017-06-281-0/+3