summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Refactored functions to use cmd2.cmd_func()Kevin Van Brunt2018-09-281-15/+15
| | * | Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-287-49/+44
| | |\ \ | | |/ / | |/| |
| * | | 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-282-26/+27
| * | | Addressing code review commentsKevin Van Brunt2018-09-284-10/+10
| * | | 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-279-120/+135
| | |\ \ | | |/ / | |/| |
| * | | 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-273-20/+28
| * | | Updated a couple files in the examples directory due to changes in alias commandTodd Leonhardt2018-09-272-6/+5
| * | | Changes requested in code reviewKevin Van Brunt2018-09-273-12/+4
| * | | 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-274-36/+44
| * | | Added persistent history file to main.pyKevin Van Brunt2018-09-272-1/+4
| * | | Updated feature listKevin Van Brunt2018-09-271-1/+6
| | * | Added persistent history file to main.pyKevin Van Brunt2018-09-272-1/+4
| | * | Updated feature listKevin Van Brunt2018-09-271-1/+6
| | * | Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-274-33/+153
| | |\ \ | | |/ / | |/| |
| * | | Added unit tests for creating macros using unicode digits in the argumentsKevin Van Brunt2018-09-271-0/+15
| * | | Fixed bug in handling unicode digits in macro argumentsKevin Van Brunt2018-09-273-18/+29
| * | | Added unit tests for MacroArg regular expressionsKevin Van Brunt2018-09-272-2/+97
| * | | 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
| | * | Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-274-11/+73
| | |\ \ | | |/ / | |/| |
| * | | More unit testsKevin Van Brunt2018-09-271-1/+22
| * | | Documented macrosKevin Van Brunt2018-09-273-10/+51
| | * | Ported pyscript to argparseKevin Van Brunt2018-09-272-25/+13
| | * | Ported shell to argparseKevin Van Brunt2018-09-272-22/+25
| | * | Fixed unit tests for help completionKevin Van Brunt2018-09-261-13/+32
| | * | 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-263-97/+268
| | |\ \ | | |/ / | |/| |
| * | | Even more unit testsKevin Van Brunt2018-09-261-2/+37
| * | | More unit tests for aliases and macrosKevin Van Brunt2018-09-263-67/+64
| * | | More macro unit testsKevin Van Brunt2018-09-261-2/+39
| * | | Fixed batch of macro unit testsKevin Van Brunt2018-09-262-24/+103
| * | | 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-262-7/+33
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #549 from python-cmd2/instance_attributesTodd Leonhardt2018-09-261-1/+3
|\ \ \ \
| * | | | Convert aliases from a class attribute to an instance attributeTodd Leonhardt2018-09-261-1/+3
|/ / / /