summaryrefslogtreecommitdiff
path: root/examples/tab_completion.py
Commit message (Expand)AuthorAgeFilesLines
* Changed all uses of sub-command to subcommandKevin Van Brunt2019-07-191-1/+1
* Simplifying unit tests for AutoCompleterKevin Van Brunt2019-07-051-1/+3
* Refactor exit_code implementationTodd Leonhardt2019-05-201-1/+2
* Using sub-command instead of subcommand where possible to be consistent with ...Kevin Van Brunt2018-10-051-1/+1
* Standardize cmd2 imports in tests and exampleskotfu2018-05-231-4/+3
* Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-251-2/+2
* Started removing dependency on sixTodd Leonhardt2018-04-151-1/+1
* Updated comments and examplesKevin Van Brunt2018-04-151-2/+2
* Made subcommand specific completion work with Python 2 in the examplesKevin Van Brunt2018-03-241-23/+27
* 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