summaryrefslogtreecommitdiff
path: root/cmd2
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bash_completion' into bash_to_pyscriptEric Lin2018-05-024-57/+302
|\
| * Addressed comments.Eric Lin2018-05-022-10/+6
| * Merge branch 'master' into bash_completionTodd 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
| * | Merge remote-tracking branch 'origin/master' into bash_completionEric Lin2018-04-275-57/+66
| |\ \ | | |/
| * | Added checks to detect if argcomplete is installed.Eric Lin2018-04-251-225/+234
| * | Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-252-7/+39
| * | Initial customization of CompletionFinderEric Lin2018-04-243-17/+224
* | | Updated some documentation.Eric Lin2018-05-021-3/+3
* | | Restored legacy cmd/self access when locals_in_py is True. Changed default to...Eric Lin2018-05-021-2/+6
* | | Added support for customizing the pyscript bridge pystate object name.Eric Lin2018-05-023-22/+75
* | | Added CommandResult which returns stdout, stderr, and command dataEric Lin2018-05-011-2/+37
* | | Added support for different argument modes and tests to validate.Eric Lin2018-05-011-3/+59
* | | Further customization of argparse applying patch submitted to https://bugs.py...Eric Lin2018-04-302-2/+263
* | | Added more tests exercising the pyscript bridge.Eric Lin2018-04-301-4/+9
* | | Added support for translating function positional and keyword arguments into ...Eric Lin2018-04-281-9/+55
* | | Merge remote-tracking branch 'origin/master' into pyscriptEric Lin2018-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
| |/
* | small tweak. saving state.Eric Lin2018-04-271-6/+7
* | 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-243-3/+119
|/
* 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
* Started adding type hintsTodd Leonhardt2018-04-192-37/+33
* Identified and marked a few blocks of code that can't be reached during unit ...Eric Lin2018-04-193-9/+19
* Addresses comments on #362Eric Lin2018-04-192-103/+130
* 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
* Tweaked AutoCompleter.ACArgumentParser's constructor to pass through construc...Eric Lin2018-04-181-30/+5
* 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-183-61/+909
* Cleaned up __init__.pyTodd Leonhardt2018-04-171-5/+2
* Fix unit tests on package branchTodd Leonhardt2018-04-172-3/+9
* Most of the unit tests fixed.kotfu2018-04-161-1/+3
* Basic structure for cmd2 as a packagekotfu2018-04-162-0/+4075
* Revert "Basic structure for cmd2 as a package"kotfu2018-04-162-4075/+0
* Basic structure for cmd2 as a packagekotfu2018-04-162-0/+4075