summaryrefslogtreecommitdiff
path: root/cmd2
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Add argv to Statement objectkotfu2018-05-021-6/+27
* | | | | Ensure args is ‘’ for backwards compatibility with cmdkotfu2018-05-021-6/+12
|/ / / /
* | | | extract strip_quotes() to utils modulekotfu2018-04-302-18/+15
* | | | Fix nested alias and shortcut expansionkotfu2018-04-301-88/+80
* | | | Internal refactoring of parsing and tokenizing codekotfu2018-04-291-19/+31
* | | | 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
* | | | Remove trailing newline from cmdenvironment()kotfu2018-04-291-3/+2
* | | | Fix incorrect error messagekotfu2018-04-291-1/+1
* | | | outputTo -> output_tokotfu2018-04-292-9/+9
* | | | pipeTo -> pipe_tokotfu2018-04-292-10/+10
* | | | _command_and_args switched to static methodkotfu2018-04-291-1/+2
* | | | multilineCommand -> multiline_commandkotfu2018-04-292-12/+12
* | | | Move quotes and redirection_chars from arguments to constantskotfu2018-04-292-20/+28
* | | | Cleanup requested changes in pull requestkotfu2018-04-292-17/+16
* | | | Merge branch 'master' into plyTodd Leonhardt2018-04-281-34/+36
|\ \ \ \ | | |_|/ | |/| |
| * | | Properly copying a listKevin Van Brunt2018-04-281-4/+8
| * | | Fixed issue where completion display function was overwritten when a submenu ...Kevin Van Brunt2018-04-271-34/+32
| | |/ | |/|
* | | Remove ‘<‘ from REDIRECTION_CHARS, it’s no longer used.kotfu2018-04-271-1/+1
* | | Fixes for constants being in separate fileTodd Leonhardt2018-04-271-2/+2
* | | Merge branch 'master' into plyTodd Leonhardt2018-04-273-32/+43
|\ \ \ | |/ /
| * | Create utils module for utility functionskotfu2018-04-273-19/+25
| * | Move constants into a separate file.kotfu2018-04-272-14/+19
| |/
* | Add description of comment-matching regexkotfu2018-04-271-0/+24
* | First stage of refactoring cmd2.parseline() for tab completionkotfu2018-04-262-24/+85
* | Remove POSIX_SHLEX and STRIP_QUOTES_FOR_NON_POSIXkotfu2018-04-252-42/+8
* | Remove references to legalCharskotfu2018-04-251-1/+1
* | Add type hintingkotfu2018-04-241-28/+43
* | Refactoring and code cleanupkotfu2018-04-242-192/+11
* | Merge branch 'master' into plykotfu2018-04-232-182/+77
|\ \ | |/
| * Updated constructor argumentsEric Lin2018-04-231-0/+2
| * Changed initial value to a boolean.Eric Lin2018-04-231-1/+1
| * Added support for using cmd2 application class methods as an argument complet...Eric Lin2018-04-232-4/+16
| * Addressed PR comments. Simplified some of the implementation per PR comments.Eric Lin2018-04-232-20/+17
| * Added some more comments for clarification.Eric Lin2018-04-212-3/+6
| * Switched the default behavior in cmd2 for argparse commands to use the AutoCo...Eric Lin2018-04-211-164/+3
| * Changed cmd2 to use autocompleter by default for all argparse commands. Not a...Eric Lin2018-04-202-11/+53
* | Multiline now workingkotfu2018-04-232-4/+4
* | Another multiline fixkotfu2018-04-231-3/+9
* | Fix some old bugs and bad behavior in multiline inputkotfu2018-04-231-2/+26
* | Multiline support mostly donekotfu2018-04-232-3/+14
* | More work on multilinekotfu2018-04-232-4/+8
* | Fix parsing of input redirection and appending outputkotfu2018-04-231-7/+8
* | No more importing pyparsingkotfu2018-04-231-37/+0
* | Shortcuts and aliases fully implemented.kotfu2018-04-232-7/+9
* | Shortcut and alias processing added to CommandParser()kotfu2018-04-231-3/+41
* | Updates to comments and todo listkotfu2018-04-221-3/+1
* | Fix default_to_shell unit testskotfu2018-04-221-5/+1