summaryrefslogtreecommitdiff
path: root/cmd2/argparse_completer.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed case where hints with no text printedKevin Van Brunt2018-09-211-4/+11
* Removed remaining type hints in docstringsKevin Van Brunt2018-09-211-6/+6
* ACHelpFormatter now inherits from argparse.RawTextHelpFormatter to make it ea...Kevin Van Brunt2018-08-241-4/+1
* Updated argparse_completer to automatically set the matches_sorted flag for t...Eric Lin2018-08-011-0/+1
* Added some explanation of CompletionItem usage in codeEric Lin2018-06-131-3/+30
* Added a check to verify the existence of a descriptive header. Added a consta...Eric Lin2018-06-131-1/+6
* Added .mypy_cache to .gitignoreTodd Leonhardt2018-06-101-22/+22
* Update to use new completion_header when returning completions in tabular for...Eric Lin2018-06-071-5/+3
* Adds possible support for tabular tab completion results.Eric Lin2018-06-061-0/+40
* Fixes problem with not passing the parameter hint suppression down to sub-com...Eric Lin2018-05-221-0/+13
* Changed some unit tests to use pytest-mock instead of mocker/monkeypatch beca...Eric Lin2018-05-191-1/+4
* Some fixes to autocompleter to make it easier to do delimited and file comple...Eric Lin2018-05-181-10/+40
* Figured out how to detect the second tab press. Writing parameter hinting to ...Eric Lin2018-05-031-1/+3
* Further customization of argparse applying patch submitted to https://bugs.py...Eric Lin2018-04-301-2/+262
* Initial approach to the pyscript revamp.Eric Lin2018-04-241-1/+7
* Updated constructor argumentsEric Lin2018-04-231-0/+2
* Added support for using cmd2 application class methods as an argument complet...Eric Lin2018-04-231-3/+15
* Addressed PR comments. Simplified some of the implementation per PR comments.Eric Lin2018-04-231-1/+1
* Added some more comments for clarification.Eric Lin2018-04-211-3/+5
* Changed cmd2 to use autocompleter by default for all argparse commands. Not a...Eric Lin2018-04-201-0/+22
* Identified and marked a few blocks of code that can't be reached during unit ...Eric Lin2018-04-191-0/+9
* Addresses comments on #362Eric Lin2018-04-191-0/+821