diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-02-23 13:38:56 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-02-23 13:38:56 -0500 |
commit | 9726e982d6c81619e9355db2d495e9dd1a01578d (patch) | |
tree | db91a3ba71bbb483c1dac16d7859cb76ce7ba582 /CODEOWNERS | |
parent | 7b1b8b10e35b57a813369c9b23876d3615213026 (diff) | |
download | cmd2-git-9726e982d6c81619e9355db2d495e9dd1a01578d.tar.gz |
Made cmd2_app a positional and required argument of AutoCompleter.
Deleted bash tab completion support.
AutoCompleter no longer assumes CompletionItem results are sorted.
Diffstat (limited to 'CODEOWNERS')
-rw-r--r-- | CODEOWNERS | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -41,7 +41,6 @@ tests/conftest.py @kotfu @tleonhardt tests/test_acar*.py @anselor tests/test_argp*.py @kotfu tests/test_auto*.py @anselor -tests/test_bash*.py @anselor @tleonhardt tests/test_comp*.py @kmvanbrunt tests/test_pars*.py @kotfu tests/test_pysc*.py @anselor |