diff options
author | kotfu <kotfu@kotfu.net> | 2018-04-23 22:59:12 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-04-23 22:59:12 -0600 |
commit | 4d2143d3537a5a7b2a964ffa425ef5702aa8c15c (patch) | |
tree | f68fd5c1e0be5771ea3a37d2f50bf38fbb6a74f7 /tests | |
parent | 3441d1e5abcd95ff9100905a9184400d590c600d (diff) | |
download | cmd2-git-4d2143d3537a5a7b2a964ffa425ef5702aa8c15c.tar.gz |
Add todo for implementing input redirection
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_shlexparsing.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_shlexparsing.py b/tests/test_shlexparsing.py index 936e6092..9c2c8f9b 100644 --- a/tests/test_shlexparsing.py +++ b/tests/test_shlexparsing.py @@ -3,7 +3,7 @@ Unit/functional testing for ply based parsing in cmd2 Todo List -- multiline +- implement input redirection - case sensitive flag - checkout Cmd2.parseline() function which parses and expands shortcuts and such this code should probably be included in CommandParser @@ -19,7 +19,6 @@ Notes: - we now ignore self.identchars, which breaks backwards compatibility with the cmd in the standard library Functions in cmd2.py to be modified: -- _complete_statement() - parsed() - expands aliases and shortcuts Changelog Items: |