summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Added some documentation related to the latest changes.Eric Lin2018-04-211-1/+9
* Switched the default behavior in cmd2 for argparse commands to use the AutoCo...Eric Lin2018-04-211-10/+1
* Changed cmd2 to use autocompleter by default for all argparse commands. Not a...Eric Lin2018-04-202-13/+100
* Started adding type hintsTodd Leonhardt2018-04-191-2/+1
* Identified and marked a few blocks of code that can't be reached during unit ...Eric Lin2018-04-191-1/+5
* Addresses comments on #362Eric Lin2018-04-191-12/+12
* Merge remote-tracking branch 'origin/master' into autocompleterEric Lin2018-04-181-2/+1
|\
* | Some minor tweaks to AutoCompleter handling a collection of index-based funct...Eric Lin2018-04-171-1/+89
* | Added unit tests for AutoCompleter.Eric Lin2018-04-161-11/+8
* | Added more advanced/complex autocompleter examples.Eric Lin2018-04-161-20/+174
* | Matched changes in the python3 branch.Eric Lin2018-04-151-1/+1
* | Merge remote-tracking branch 'origin/python3' into autocompleterEric Lin2018-04-1516-16/+16
|\ \ | |/
| * Started removing dependency on sixTodd Leonhardt2018-04-1516-16/+16
* | * AutoCompleterEric Lin2018-04-151-8/+19
* | Merge remote-tracking branch 'origin/master' into autocompleterEric Lin2018-04-152-28/+3
|\ \ | |/
| * 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
| |\ \ | | |/
| * | Deleted optparse code which had been previously deprecated in 0.8.0 releaseTodd Leonhardt2018-04-091-26/+1
* | | Started working on an example for autocompleter usage.Eric Lin2018-04-141-0/+175
| |/ |/|
* | 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
|/
* 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