summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merged master into delete_optparse branchTodd Leonhardt2018-04-151-2/+2
|\
| * Updated comments and examplesKevin Van Brunt2018-04-151-2/+2
* | Merge branch 'master' into delete_optparseTodd Leonhardt2018-04-111-0/+145
|\ \ | |/
| * Added a with_category decorator that can be used to tag a command category.Eric Lin2018-04-111-6/+6
| * Fixed issue where categorization is skipped when there's a help_<command> fun...Eric Lin2018-04-111-1/+8
| * Added verbose help output with help -v or help --verboseEric Lin2018-04-101-1/+8
| * Added a convenience function for tagging command categories.Eric Lin2018-04-091-19/+19
| * Added ability to group commands by category when printing the help menu.Eric Lin2018-04-091-0/+131
* | Deleted optparse code which had been previously deprecated in 0.8.0 releaseTodd Leonhardt2018-04-091-26/+1
|/
* Simplified how to add tab completion to a subcommandKevin Van Brunt2018-03-281-6/+11
* Addressed code review commentsKevin Van Brunt2018-03-272-5/+4
* Removed unused importsKevin Van Brunt2018-03-251-2/+0
* Made subcommand specific completion work with Python 2 in the examplesKevin Van Brunt2018-03-242-29/+31
* Merge branch 'master' into new_quoted_completionKevin Van Brunt2018-03-231-2/+3
|\
| * Fixed check for whether a subcommand was enteredKevin Van Brunt2018-03-231-2/+3
* | Renamed exclude_from_help to hidden_commandsKevin Van Brunt2018-03-221-4/+4
|/
* Added an extra check to ppaged() to make sure cmd2 app is running in a real t...Todd Leonhardt2018-03-201-0/+4
* Added a default signal handler for SIGINT (Ctrl-C)Todd Leonhardt2018-03-191-3/+3
* Merge branch 'master' into startup_scriptTodd Leonhardt2018-03-161-4/+0
|\
| * Updated one example so it can be used properly with default_to_shellTodd Leonhardt2018-03-161-4/+0
* | Added ability to specify a startup_script in cmd2.Cmd.__init__()Todd Leonhardt2018-03-162-0/+26
|/
* Fix unit tests and exampleTodd Leonhardt2018-03-161-2/+5
* Added unit tests and examples for tab completion of subcommandsKevin Van Brunt2018-03-161-7/+27
* No longer need to manually specify subcommand names for tab completionKevin Van Brunt2018-03-141-4/+1
* Added table_display.pyTodd Leonhardt2018-03-141-0/+64
* Use self.poutput() instead of print() in arg_print.py exampleTodd Leonhardt2018-03-071-4/+4
* Added ppaged() method for printing output via a pagerTodd Leonhardt2018-03-071-0/+29
* Removed support for case-insensitive command parsingTodd Leonhardt2018-03-021-25/+0
* Removed abbrev attributeKevin Van Brunt2018-03-023-3/+0
* Fixed some parsing bugs and added more unit testsKevin Van Brunt2018-03-021-1/+7
* Added tab completion exampleKevin Van Brunt2018-03-021-0/+69
* Fixed typoKevin Van Brunt2018-03-011-1/+1
* Fixed python_scripting.py exampleTodd Leonhardt2018-03-011-11/+11
* Fixed removed_unused.py example and help for edit commandTodd Leonhardt2018-02-241-2/+2
* 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