diff options
author | kotfu <kotfu@kotfu.net> | 2018-04-24 22:53:17 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-04-24 22:53:17 -0600 |
commit | 08c5121cb314b45859c1e857e9cde2485a9de4fa (patch) | |
tree | 5c5779fd5e5c4e16865e2319c8f7e1380444ca8a | |
parent | be9a01013b78d15ac9dfd69b88f2f9d8047ad252 (diff) | |
download | cmd2-git-08c5121cb314b45859c1e857e9cde2485a9de4fa.tar.gz |
Add todo for #327
-rw-r--r-- | SHLEX_TODO.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SHLEX_TODO.txt b/SHLEX_TODO.txt index 371a6a71..774cbc9d 100644 --- a/SHLEX_TODO.txt +++ b/SHLEX_TODO.txt @@ -5,8 +5,9 @@ Todo List: - case sensitive flag - refactor Cmd2.parseline() to use StatementParser.parse() - get rid of legalChars -- delete test_shlexparsing.py once I have all this data captured elsewhere +- get rid of POSIX_SHLEX and STRIP_QUOTES_FOR_NON_POSIX - those options should be ignored - we now ignore self.identchars, which breaks backwards compatibility with the cmd in the standard library +- delete SHLEX_TODO.txt once everything is done Questions: - say I have a command called 'fred' which is a multiline command. If I make an alias |