Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove self from pystate if locals_in_py is False | Kevin Van Brunt | 2018-10-01 | 1 | -0/+2 | |
* | Preserving quotes for do_py input | Kevin Van Brunt | 2018-10-01 | 1 | -4/+6 | |
* | Fixed transcript testing bug where last command in transcript has no expected... | Todd Leonhardt | 2018-09-30 | 1 | -1/+4 | |
* | Small refactoring | Kevin Van Brunt | 2018-09-30 | 1 | -10/+5 | |
* | Added more code coverage with unit tests | Kevin Van Brunt | 2018-09-28 | 1 | -0/+4 | |
* | Addressing code review comments | Kevin Van Brunt | 2018-09-28 | 1 | -4/+4 | |
* | Refactored functions to use cmd2.cmd_func() | Kevin Van Brunt | 2018-09-28 | 1 | -15/+15 | |
* | Merge branch 'macro' into argparse_conversion | Kevin Van Brunt | 2018-09-28 | 3 | -39/+33 | |
|\ | ||||||
| * | Simplified help function | Kevin Van Brunt | 2018-09-28 | 1 | -9/+4 | |
| * | Removed unneeded escapes in regular expressions | Kevin Van Brunt | 2018-09-28 | 2 | -3/+3 | |
| * | Made function public | Kevin Van Brunt | 2018-09-28 | 1 | -24/+23 | |
| * | Addressing code review comments | Kevin Van Brunt | 2018-09-28 | 1 | -2/+3 | |
| * | Fixed a couple docstring comments which were out of date after an argument go... | Todd Leonhardt | 2018-09-27 | 1 | -2/+2 | |
* | | Fixed a couple docstring comments which were out of date after an argument go... | Todd Leonhardt | 2018-09-28 | 1 | -2/+2 | |
* | | Merge branch 'macro' into argparse_conversion | Kevin Van Brunt | 2018-09-27 | 3 | -106/+107 | |
|\ \ | |/ | ||||||
| * | Simiplified a bit of code and make the 'do_' string a constant | Kevin Van Brunt | 2018-09-27 | 1 | -38/+46 | |
| * | Removed unused imports | Todd Leonhardt | 2018-09-27 | 1 | -2/+2 | |
| * | Made _func_named() more reliable | Kevin Van Brunt | 2018-09-27 | 1 | -16/+9 | |
| * | Changes requested in code review | Kevin Van Brunt | 2018-09-27 | 2 | -11/+3 | |
| * | Fixed missing variable | Kevin Van Brunt | 2018-09-27 | 1 | -1/+1 | |
| * | Removed temporary variable | Kevin Van Brunt | 2018-09-27 | 1 | -13/+13 | |
| * | Fixed comment | Kevin Van Brunt | 2018-09-27 | 1 | -4/+4 | |
| * | Refactored | Kevin Van Brunt | 2018-09-27 | 1 | -2/+2 | |
| * | Addressing code review comments | Kevin Van Brunt | 2018-09-27 | 3 | -33/+41 | |
* | | Merge branch 'macro' into argparse_conversion | Kevin Van Brunt | 2018-09-27 | 2 | -33/+37 | |
|\ \ | |/ | ||||||
| * | Fixed bug in handling unicode digits in macro arguments | Kevin Van Brunt | 2018-09-27 | 2 | -18/+21 | |
| * | Added unit tests for MacroArg regular expressions | Kevin Van Brunt | 2018-09-27 | 1 | -2/+4 | |
| * | Made macro argument patterns class members of MacroArg | Kevin Van Brunt | 2018-09-27 | 2 | -17/+16 | |
* | | Tweaked some help text | Kevin Van Brunt | 2018-09-27 | 1 | -9/+9 | |
* | | Merge branch 'macro' into argparse_conversion | Kevin Van Brunt | 2018-09-27 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fixed usage statement where options were still appearing after the positionals | Kevin Van Brunt | 2018-09-27 | 1 | -1/+1 | |
* | | Ported pyscript to argparse | Kevin Van Brunt | 2018-09-27 | 1 | -22/+10 | |
* | | Ported shell to argparse | Kevin Van Brunt | 2018-09-27 | 1 | -17/+11 | |
* | | Passing strings into do_help now | Kevin Van Brunt | 2018-09-26 | 1 | -2/+2 | |
* | | Merge branch 'macro' into argparse_conversion | Kevin Van Brunt | 2018-09-26 | 1 | -26/+26 | |
|\ \ | |/ | ||||||
| * | Some refactoring | Kevin Van Brunt | 2018-09-26 | 1 | -26/+26 | |
* | | Merge branch 'macro' into argparse_conversion | Kevin Van Brunt | 2018-09-26 | 2 | -69/+73 | |
|\ \ | |/ | ||||||
| * | More unit tests for aliases and macros | Kevin Van Brunt | 2018-09-26 | 2 | -48/+43 | |
| * | Fixed batch of macro unit tests | Kevin Van Brunt | 2018-09-26 | 1 | -1/+1 | |
| * | Removed redundant type parameter | Kevin Van Brunt | 2018-09-26 | 1 | -12/+11 | |
| * | Refactored functions | Kevin Van Brunt | 2018-09-26 | 1 | -6/+4 | |
| * | Merged master into macro. | Todd Leonhardt | 2018-09-26 | 1 | -7/+19 | |
| |\ | ||||||
| | * | Convert aliases from a class attribute to an instance attribute | Todd Leonhardt | 2018-09-26 | 1 | -1/+3 | |
* | | | Using AutoCompleter to complete help function | Kevin Van Brunt | 2018-09-26 | 1 | -46/+52 | |
* | | | Converted help to argparse | Kevin Van Brunt | 2018-09-26 | 1 | -17/+26 | |
* | | | Converted _relative_load to argparse | Kevin Van Brunt | 2018-09-26 | 1 | -28/+24 | |
* | | | Merge branch 'macro' into argparse_conversion | Kevin Van Brunt | 2018-09-26 | 1 | -22/+22 | |
|\ \ \ | |/ / | ||||||
| * | | Tweaked more help text | Kevin Van Brunt | 2018-09-26 | 1 | -22/+22 | |
* | | | Tweaked help text | Kevin Van Brunt | 2018-09-26 | 1 | -21/+24 | |
* | | | Merge branch 'macro' into argparse_conversion | Kevin Van Brunt | 2018-09-26 | 5 | -126/+202 | |
|\ \ \ | |/ / |