summaryrefslogtreecommitdiff
path: root/cmd2/argcomplete_bridge.py
Commit message (Expand)AuthorAgeFilesLines
* Removed remaining type hints in docstringsKevin Van Brunt2018-09-211-4/+6
* Added back bash_complete() helper function to argcomplete_bridge.pyTodd Leonhardt2018-06-091-0/+13
* Removed apparently dead code from argcomplete_bridge.pyTodd Leonhardt2018-06-091-30/+15
* Fixes problem with not passing the parameter hint suppression down to sub-com...Eric Lin2018-05-221-1/+13
* Bug fixes due to API differences in older versions of argcompleteTodd Leonhardt2018-05-191-6/+16
* Added argcomplete to unit test environment. Added exclusion for WindowsEric Lin2018-05-041-1/+1
* Adds some semblance of testing for bash completion. Tests the completion logi...Eric Lin2018-05-041-2/+2
* Figured out how to detect the second tab press. Writing parameter hinting to ...Eric Lin2018-05-031-6/+5
* Addressed comments.Eric Lin2018-05-021-8/+6
* Merge remote-tracking branch 'origin/master' into bash_completionEric Lin2018-04-271-3/+4
* Added checks to detect if argcomplete is installed.Eric Lin2018-04-251-225/+234
* Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-251-5/+37
* Initial customization of CompletionFinderEric Lin2018-04-241-0/+206