diff options
author | kotfu <kotfu@kotfu.net> | 2018-04-22 21:55:33 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-04-22 21:55:33 -0600 |
commit | 65bf06a6e9712c87802bf8c319442a8b4cb00e6f (patch) | |
tree | c1c0db0e04d8314645e73e38bb9340775583df43 /tests | |
parent | a735180192ff900234e9c2c3ab4a7786ad7ec8d3 (diff) | |
download | cmd2-git-65bf06a6e9712c87802bf8c319442a8b4cb00e6f.tar.gz |
Updates to comments and todo list
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_shlexparsing.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_shlexparsing.py b/tests/test_shlexparsing.py index b69f1898..0029ca07 100644 --- a/tests/test_shlexparsing.py +++ b/tests/test_shlexparsing.py @@ -7,6 +7,8 @@ Todo List - case sensitive flag - checkout Cmd2.parseline() function which parses and expands shortcuts and such this code should probably be included in CommandParser +- get rid of legalChars + Notes: |