summaryrefslogtreecommitdiff
path: root/cmd2/cmd2.py
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge remote-tracking branch 'origin/master' into pyscriptEric Lin2018-04-271-32/+18
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Trap SystemExit when calling argparse.parse() to on argparse commands.Eric Lin2018-04-251-4/+12
| * | | | Initial approach to the pyscript revamp.Eric Lin2018-04-241-2/+5
| | |/ / | |/| |
* | | | extract strip_quotes() to utils modulekotfu2018-04-301-18/+3
* | | | Remove trailing newline from cmdenvironment()kotfu2018-04-291-3/+2
* | | | Fix incorrect error messagekotfu2018-04-291-1/+1
* | | | outputTo -> output_tokotfu2018-04-291-4/+4
* | | | pipeTo -> pipe_tokotfu2018-04-291-2/+2
* | | | multilineCommand -> multiline_commandkotfu2018-04-291-3/+3
* | | | Move quotes and redirection_chars from arguments to constantskotfu2018-04-291-2/+0
* | | | Cleanup requested changes in pull requestkotfu2018-04-291-9/+9
* | | | 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
| | |/ | |/|
* | | Fixes for constants being in separate fileTodd Leonhardt2018-04-271-2/+2
* | | Merge branch 'master' into plyTodd Leonhardt2018-04-271-32/+18
|\ \ \ | |/ /
| * | Create utils module for utility functionskotfu2018-04-271-19/+7
| * | Move constants into a separate file.kotfu2018-04-271-14/+12
| |/
* | First stage of refactoring cmd2.parseline() for tab completionkotfu2018-04-261-0/+5
* | Remove POSIX_SHLEX and STRIP_QUOTES_FOR_NON_POSIXkotfu2018-04-251-41/+7
* | Remove references to legalCharskotfu2018-04-251-1/+1
* | Refactoring and code cleanupkotfu2018-04-241-189/+8
* | Merge branch 'master' into plykotfu2018-04-231-179/+36
|\ \ | |/
| * 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-231-1/+1
| * Addressed PR comments. Simplified some of the implementation per PR comments.Eric Lin2018-04-231-19/+16
| * Added some more comments for clarification.Eric Lin2018-04-211-0/+1
| * 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-201-11/+31
* | Multiline now workingkotfu2018-04-231-2/+2
* | 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-231-1/+1
* | More work on multilinekotfu2018-04-231-4/+4
* | No more importing pyparsingkotfu2018-04-231-37/+0
* | Shortcuts and aliases fully implemented.kotfu2018-04-231-0/+2
* | Fix default_to_shell unit testskotfu2018-04-221-5/+1
* | Submenus now call all hookskotfu2018-04-221-6/+7
* | Fix default() methodkotfu2018-04-221-2/+2
* | refactor Command() to Statement(str)kotfu2018-04-221-23/+23
* | new shlex based parser grafted into cmd2.pykotfu2018-04-211-35/+45
|/
* Started adding type hintsTodd Leonhardt2018-04-191-32/+32
* Identified and marked a few blocks of code that can't be reached during unit ...Eric Lin2018-04-191-6/+6
* Adds main.py to run base cmd2 directly for development testing purposes.Eric Lin2018-04-181-7/+0
* Adjusted some coverage configuration. Found and fixed bug in help completion.Eric Lin2018-04-181-2/+12
* Adding back Pyperclip imports that got mixed up in mergeEric Lin2018-04-181-0/+7
* Should fix linux importEric Lin2018-04-181-1/+1
* Merge remote-tracking branch 'origin/master' into autocompleterEric Lin2018-04-181-61/+25
* Fix unit tests on package branchTodd Leonhardt2018-04-171-0/+6
* Basic structure for cmd2 as a packagekotfu2018-04-161-0/+4069