summaryrefslogtreecommitdiff
path: root/CODEOWNERS
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-02-23 13:38:56 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-02-23 13:38:56 -0500
commit9726e982d6c81619e9355db2d495e9dd1a01578d (patch)
treedb91a3ba71bbb483c1dac16d7859cb76ce7ba582 /CODEOWNERS
parent7b1b8b10e35b57a813369c9b23876d3615213026 (diff)
downloadcmd2-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--CODEOWNERS1
1 files changed, 0 insertions, 1 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index daf0ba67..9a87d8a4 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -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