Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | 1 | -62/+67 | |
|\ \ | |/ | ||||||
| * | More unit tests for aliases and macros | Kevin Van Brunt | 2018-09-26 | 1 | -41/+37 | |
| | | ||||||
| * | 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 | |
| |\ | | | | | | | | | | This fixes unit test failures due to aliases and macros being class instead of instance attributes. | |||||
| | * | 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 | 1 | -120/+175 | |
|\ \ \ | |/ / | ||||||
| * | | Fixed docstring | Kevin Van Brunt | 2018-09-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | Made function to unquote redirection characters | Kevin Van Brunt | 2018-09-26 | 1 | -14/+6 | |
| | | | ||||||
| * | | Merge branch 'master' into macro | Kevin Van Brunt | 2018-09-26 | 1 | -30/+56 | |
| |\ \ | | |/ | ||||||
| | * | Merged alert_printer stuff from master and resolved conflicts | Todd Leonhardt | 2018-09-25 | 1 | -49/+180 | |
| | |\ | ||||||
| | * \ | Merge branch 'master' into colorize | Todd Leonhardt | 2018-09-25 | 1 | -0/+1 | |
| | |\ \ | ||||||
| | * \ \ | Merge branch 'master' into colorize | Todd Leonhardt | 2018-09-25 | 1 | -9/+4 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merge branch 'master' into colorize | Todd Leonhardt | 2018-09-25 | 1 | -6/+4 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merged master and resolved conflicts in CHANGELOG | Todd Leonhardt | 2018-09-25 | 1 | -61/+1 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'master' into colorize | Todd Leonhardt | 2018-09-24 | 1 | -2/+4 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branch 'master' into colorize | Todd Leonhardt | 2018-09-24 | 1 | -5/+9 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Added optional color argument to poutput() for providing a color escape code ↵ | Todd Leonhardt | 2018-09-24 | 1 | -9/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to colorize the output with Also: - Added optional err_color and war_color arguments to perror() for providing color escape codes - Removed usage of deprecated colorize() method within the examples | |||||
| | * | | | | | | | | Merge branch 'master' into colorize | Todd Leonhardt | 2018-09-21 | 1 | -29/+27 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'master' into colorize | Todd Leonhardt | 2018-09-21 | 1 | -37/+44 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into colorize | Todd Leonhardt | 2018-09-19 | 1 | -4/+4 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | cmd2.Cmd.__init__ now initializes colorama and tells it to never strip ANSI ↵ | Todd Leonhardt | 2018-09-19 | 1 | -17/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codes since cmd2 deals with that Also: - Finished editing poutput(), ppaged(), and pfeedback() methods to strip ANSI color when appropriate - Changed attr.ib() factory usage so cmd2 is compatible with older versions of attrs | |||||
| | * | | | | | | | | | | | Merge branch 'master' into colorize | Todd Leonhardt | 2018-09-19 | 1 | -5/+5 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merged master into colorize branch | Todd Leonhardt | 2018-09-12 | 1 | -65/+75 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Try to fix last failing Windows unit test by removing special behavior of ↵ | Todd Leonhardt | 2018-09-04 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | _surround_ansi_escapes method | |||||
| | * | | | | | | | | | | | | | Fixed unit test failures | Todd Leonhardt | 2018-09-04 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed following unit test failures: - Doc build failure due to Sphinx warnings - Windows unit test failures related to colorize (hopefully) | |||||
| | * | | | | | | | | | | | | | Merged master in and resolved conflicts | Todd Leonhardt | 2018-09-04 | 1 | -11/+19 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | @kotfu - I hope this doesn't screw you up, but I wanted to minimize some of the merge pain that will likely be coming up soon | |||||
| | * | | | | | | | | | | | | | | First pass at improved colorizing | kotfu | 2018-08-11 | 1 | -17/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - colors setting now allows Always, Terminal, Never values - poutput() and perror() honor these new settings | |||||
| | * | | | | | | | | | | | | | | Colors now defaults to true on all platforms | kotfu | 2018-08-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Added ability to preserve quotes in argparse and arglist decorated functions ↵ | Kevin Van Brunt | 2018-09-26 | 1 | -28/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to support aliases and macros | |||||
| * | | | | | | | | | | | | | | | Added tab completion to macros | Kevin Van Brunt | 2018-09-26 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Updated documentation | Kevin Van Brunt | 2018-09-26 | 1 | -59/+69 | |
| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Fixed issue where py run wasn't expanding ~ in file paths | Kevin Van Brunt | 2018-09-26 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | First steps in converting all commands to argparse | Kevin Van Brunt | 2018-09-26 | 1 | -76/+66 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Added more unit tests | Kevin Van Brunt | 2018-09-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'master' into macro | Kevin Van Brunt | 2018-09-25 | 1 | -53/+180 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'master' into alert_printer | Todd Leonhardt | 2018-09-25 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'master' into alert_printer | Kevin Van Brunt | 2018-09-25 | 1 | -9/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Simplified async_update_prompt | Kevin Van Brunt | 2018-09-25 | 1 | -28/+3 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Removed terminal functions from code coverage | Kevin Van Brunt | 2018-09-25 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'master' into alert_printer | Todd Leonhardt | 2018-09-25 | 1 | -6/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | |