summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fixed conditional.py scriptTodd Leonhardt2018-05-262-3/+4
* Fix import stragglerskotfu2018-05-234-12/+17
* Standardize cmd2 imports in tests and exampleskotfu2018-05-2316-66/+58
* Fixes problem with not passing the parameter hint suppression down to sub-com...Eric Lin2018-05-221-0/+4
* Changed some unit tests to use pytest-mock instead of mocker/monkeypatch beca...Eric Lin2018-05-191-3/+12
* Some fixes to autocompleter to make it easier to do delimited and file comple...Eric Lin2018-05-181-1/+19
* Extract submenu code to new projectkotfu2018-05-091-109/+0
* Another attempt at getting it working on travis.Eric Lin2018-05-041-3/+0
* Merge branch 'test_merge' into test_ply_mergeEric Lin2018-05-0217-56/+71
|\
| * Merge branch 'bash_completion' into bash_to_pyscriptEric Lin2018-05-0217-55/+67
| |\
| | * Addressed comments.Eric Lin2018-05-022-5/+2
| | * Added checks to detect if argcomplete is installed.Eric Lin2018-04-251-12/+17
| | * Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-2517-52/+63
| * | Added support for customizing the pyscript bridge pystate object name.Eric Lin2018-05-021-0/+1
| * | Added more tests exercising the pyscript bridge.Eric Lin2018-04-302-0/+2
| * | Added support for translating function positional and keyword arguments into ...Eric Lin2018-04-281-1/+1
| |/
* | Clean up documentation references to pyparsingkotfu2018-04-291-4/+1
* | multilineCommands -> multiline_commandskotfu2018-04-294-4/+4
|/
* Added support for using cmd2 application class methods as an argument complet...Eric Lin2018-04-231-1/+5
* Addressed PR comments. Simplified some of the implementation per PR comments.Eric Lin2018-04-231-111/+85
* Added some more comments for clarification.Eric Lin2018-04-211-1/+1
* 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