summaryrefslogtreecommitdiff
path: root/cmd2/parsing.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add some documentationkotfu2018-04-291-1/+29
* Missed a mutable argumentkotfu2018-04-291-1/+1
* Really get rid of the inputFrom stuff, including documentationkotfu2018-04-291-10/+0
* multilineCommands -> multiline_commandskotfu2018-04-291-9/+9
* outputTo -> output_tokotfu2018-04-291-5/+5
* pipeTo -> pipe_tokotfu2018-04-291-8/+8
* _command_and_args switched to static methodkotfu2018-04-291-1/+2
* multilineCommand -> multiline_commandkotfu2018-04-291-9/+9
* Move quotes and redirection_chars from arguments to constantskotfu2018-04-291-18/+28
* Cleanup requested changes in pull requestkotfu2018-04-291-8/+7
* Add description of comment-matching regexkotfu2018-04-271-0/+24
* First stage of refactoring cmd2.parseline() for tab completionkotfu2018-04-261-24/+80
* Add type hintingkotfu2018-04-241-28/+43
* Refactoring and code cleanupkotfu2018-04-241-3/+3
* Multiline now workingkotfu2018-04-231-2/+2
* Multiline support mostly donekotfu2018-04-231-2/+13
* More work on multilinekotfu2018-04-231-0/+4
* Fix parsing of input redirection and appending outputkotfu2018-04-231-7/+8
* Shortcuts and aliases fully implemented.kotfu2018-04-231-7/+7
* Shortcut and alias processing added to CommandParser()kotfu2018-04-231-3/+41
* Updates to comments and todo listkotfu2018-04-221-3/+1
* args has to be ‘’ not Nonekotfu2018-04-221-3/+6
* refactor Command() to Statement(str)kotfu2018-04-221-21/+46
* A bit of renamingkotfu2018-04-211-11/+11
* Move CommandParser class into its own filekotfu2018-04-201-0/+212