Skip to content

Commit dda4fba

Browse files
committed
Updated CODEOWNERS
1 parent aa394cd commit dda4fba

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

CODEOWNERS

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@
1515

1616
# cmd2 code
1717
cmd2/__init__.py @tleonhardt @kotfu
18-
cmd2/argparse_completer.py @anselor @kmvanbrunt
18+
cmd2/ansi.py @kmvanbrunt @tleonhardt
19+
cmd2/argparse_*.py @kmvanbrunt
1920
cmd2/clipboard.py @tleonhardt
2021
cmd2/cmd2.py @tleonhardt @kmvanbrunt @kotfu
2122
cmd2/constants.py @kotfu
2223
cmd2/parsing.py @kotfu @kmvanbrunt
23-
cmd2/pyscript_bridge.py @anselor @kmvanbrunt
24+
cmd2/plugin.py @kotfu
25+
cmd2/pyscript_bridge.py @kmvanbrunt
2426
cmd2/rl_utils.py @kmvanbrunt
2527
cmd2/transcript.py @kotfu
2628
cmd2/utils.py @tleonhardt @kotfu @kmvanbrunt
@@ -29,23 +31,21 @@ cmd2/utils.py @tleonhardt @kotfu @kmvanbrunt
2931
docs/* @tleonhardt @kotfu
3032

3133
# Examples
32-
examples/env*.py @kotfu
33-
examples/help*.py @anselor
34-
examples/tab_au*.py @anselor
35-
examples/tab_co*.py @kmvanbrunt
34+
examples/async_printing.py @kmvanbrunt
35+
examples/environment.py @kotfu
36+
examples/tab_*.py @kmvanbrunt
3637

3738
# Unit Tests
38-
tests/pyscript/* @anselor @kmvanbrunt
39-
tests/transcripts/* @kotfu
40-
tests/__init__.py @kotfu
41-
tests/conftest.py @kotfu @tleonhardt
42-
tests/test_acar*.py @anselor
43-
tests/test_argp*.py @kotfu
44-
tests/test_auto*.py @anselor
45-
tests/test_comp*.py @kmvanbrunt
46-
tests/test_pars*.py @kotfu
47-
tests/test_pysc*.py @anselor
48-
tests/test_tran*.py @kotfu
39+
tests/pyscript/* @kmvanbrunt
40+
tests/transcripts/* @kotfu
41+
tests/__init__.py @kotfu
42+
tests/conftest.py @kotfu @tleonhardt
43+
tests/test_argparse.py @kotfu
44+
tests/test_argparse_*.py @kmvanbrunt
45+
tests/test_comp*.py @kmvanbrunt
46+
tests/test_pars*.py @kotfu
47+
tests/test_run_pyscript.py @kmvanbrunt
48+
tests/test_transcript.py @kotfu
4949

5050
# Top-level project stuff
5151
CONTRIBUTING.md @tleonhardt @kotfu

0 commit comments

Comments
 (0)