summaryrefslogtreecommitdiff
path: root/cmd2
Commit message (Expand)AuthorAgeFilesLines
...
* Remove self from pystate if locals_in_py is FalseKevin Van Brunt2018-10-011-0/+2
* Preserving quotes for do_py inputKevin Van Brunt2018-10-011-4/+6
* Fixed transcript testing bug where last command in transcript has no expected...Todd Leonhardt2018-09-301-1/+4
* Small refactoringKevin Van Brunt2018-09-301-10/+5
* Added more code coverage with unit testsKevin Van Brunt2018-09-281-0/+4
* Addressing code review commentsKevin Van Brunt2018-09-281-4/+4
* Refactored functions to use cmd2.cmd_func()Kevin Van Brunt2018-09-281-15/+15
* Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-283-39/+33
|\
| * Simplified help functionKevin Van Brunt2018-09-281-9/+4
| * Removed unneeded escapes in regular expressionsKevin Van Brunt2018-09-282-3/+3
| * Made function publicKevin Van Brunt2018-09-281-24/+23
| * Addressing code review commentsKevin Van Brunt2018-09-281-2/+3
| * Fixed a couple docstring comments which were out of date after an argument go...Todd Leonhardt2018-09-271-2/+2
* | Fixed a couple docstring comments which were out of date after an argument go...Todd Leonhardt2018-09-281-2/+2
* | Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-273-106/+107
|\ \ | |/
| * Simiplified a bit of code and make the 'do_' string a constantKevin Van Brunt2018-09-271-38/+46
| * Removed unused importsTodd Leonhardt2018-09-271-2/+2
| * Made _func_named() more reliableKevin Van Brunt2018-09-271-16/+9
| * Changes requested in code reviewKevin Van Brunt2018-09-272-11/+3
| * Fixed missing variableKevin Van Brunt2018-09-271-1/+1
| * Removed temporary variableKevin Van Brunt2018-09-271-13/+13
| * Fixed commentKevin Van Brunt2018-09-271-4/+4
| * RefactoredKevin Van Brunt2018-09-271-2/+2
| * Addressing code review commentsKevin Van Brunt2018-09-273-33/+41
* | Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-272-33/+37
|\ \ | |/
| * Fixed bug in handling unicode digits in macro argumentsKevin Van Brunt2018-09-272-18/+21
| * Added unit tests for MacroArg regular expressionsKevin Van Brunt2018-09-271-2/+4
| * Made macro argument patterns class members of MacroArgKevin Van Brunt2018-09-272-17/+16
* | Tweaked some help textKevin Van Brunt2018-09-271-9/+9
* | Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-271-1/+1
|\ \ | |/
| * Fixed usage statement where options were still appearing after the positionalsKevin Van Brunt2018-09-271-1/+1
* | Ported pyscript to argparseKevin Van Brunt2018-09-271-22/+10
* | Ported shell to argparseKevin Van Brunt2018-09-271-17/+11
* | Passing strings into do_help nowKevin Van Brunt2018-09-261-2/+2
* | Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-261-26/+26
|\ \ | |/
| * Some refactoringKevin Van Brunt2018-09-261-26/+26
* | Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-262-69/+73
|\ \ | |/
| * More unit tests for aliases and macrosKevin Van Brunt2018-09-262-48/+43
| * Fixed batch of macro unit testsKevin Van Brunt2018-09-261-1/+1
| * Removed redundant type parameterKevin Van Brunt2018-09-261-12/+11
| * Refactored functionsKevin Van Brunt2018-09-261-6/+4
| * Merged master into macro.Todd Leonhardt2018-09-261-7/+19
| |\
| | * Convert aliases from a class attribute to an instance attributeTodd Leonhardt2018-09-261-1/+3
* | | Using AutoCompleter to complete help functionKevin Van Brunt2018-09-261-46/+52
* | | Converted help to argparseKevin Van Brunt2018-09-261-17/+26
* | | Converted _relative_load to argparseKevin Van Brunt2018-09-261-28/+24
* | | Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-261-22/+22
|\ \ \ | |/ /
| * | Tweaked more help textKevin Van Brunt2018-09-261-22/+22
* | | Tweaked help textKevin Van Brunt2018-09-261-21/+24
* | | Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-265-126/+202
|\ \ \ | |/ /