Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge branch 'master' into 2.02.0 | Todd Leonhardt | 2021-02-14 | 1 | -1/+1 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Merge pull request #1057 from korygill/patch-1 | Todd Leonhardt | 2021-02-14 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Update modular_commands.rst | |||||
| * | | | Update modular_commands.rst | Kory Gill | 2021-02-13 | 1 | -1/+1 | |
|/ / / | | | | | | | Minor fix to use cmd2 intead of cmd in example text. | |||||
| * | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2021-02-11 | 1 | -1/+3 | |
| |\ \ | |/ / |/| | | ||||||
| * | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2021-02-09 | 5 | -7/+52 | |
| |\ \ | ||||||
| * | | | Fixed typo in change log | Kevin Van Brunt | 2021-02-01 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge branch 'master' into 2.0 | Todd Leonhardt | 2021-01-31 | 17 | -155/+154 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md | |||||
| * \ \ \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2021-01-29 | 12 | -42/+112 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2021-01-28 | 7 | -6/+35 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Removed with_argparser_and_unknown_args since it was deprecated in 1.3.0. | Kevin Van Brunt | 2021-01-22 | 5 | -47/+4 | |
| | | | | | | | ||||||
| * | | | | | | Removed --silent flag from alias/macro create since startup scripts can be ↵ | Kevin Van Brunt | 2021-01-22 | 3 | -44/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | run silently. Removed --with_silent flag from alias/macro list since startup scripts can be run silently. | |||||
| * | | | | | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2021-01-22 | 71 | -263/+699 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into 2.0 | Todd Leonhardt | 2020-11-21 | 4 | -39/+80 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-11-12 | 3 | -2/+11 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into 2.0 | Todd Leonhardt | 2020-11-11 | 13 | -78/+240 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-09-17 | 12 | -34/+335 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #991 from python-cmd2/read_input | Kevin Van Brunt | 2020-09-09 | 16 | -177/+478 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Read input enhancements | |||||
| | * | | | | | | | | | | | Added section to completion docs about read_input() function | Kevin Van Brunt | 2020-09-09 | 2 | -0/+13 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge branch '2.0' into read_input | Kevin Van Brunt | 2020-09-09 | 1 | -9/+10 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-09-09 | 1 | -9/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | Moved two classes from cmd2.py to utils.py. | Kevin Van Brunt | 2020-09-09 | 9 | -79/+83 | |
| | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | Merge branch '2.0' into read_input | Kevin Van Brunt | 2020-09-09 | 4 | -29/+66 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-09-09 | 4 | -29/+66 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | Made CustomCompletionSettings public since it's optionally passed to public ↵ | Kevin Van Brunt | 2020-09-05 | 2 | -11/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method cmd2.Cmd.complete(). | |||||
| | | | * | | | | | | | | | | | Added pragma: no cover to some tab completion code | Kevin Van Brunt | 2020-09-05 | 1 | -7/+5 | |
| | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | Updated unit tests for read_input() | Kevin Van Brunt | 2020-09-05 | 3 | -2/+42 | |
| | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | Merge branch '2.0' into read_input | Kevin Van Brunt | 2020-09-05 | 8 | -78/+156 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-09-05 | 8 | -78/+156 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * \ \ \ \ \ \ \ \ \ \ | Merge branch '2.0' into read_input | Kevin Van Brunt | 2020-09-03 | 8 | -29/+110 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-09-03 | 9 | -33/+114 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | | | | | Fixed flake8 error | Kevin Van Brunt | 2020-09-01 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | Removed enum.auto() for Python 3.5 compatibility | Kevin Van Brunt | 2020-09-01 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | Fixed docs error | Kevin Van Brunt | 2020-09-01 | 2 | -1/+6 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | Updated change log | Kevin Van Brunt | 2020-09-01 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | Updated read_input example | Kevin Van Brunt | 2020-09-01 | 1 | -10/+33 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | Updated comments | Kevin Van Brunt | 2020-09-01 | 2 | -2/+6 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | Added read_input() example | Kevin Van Brunt | 2020-09-01 | 1 | -0/+89 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | Refactored ArgparseCompleter to support custom completion | Kevin Van Brunt | 2020-09-01 | 5 | -74/+66 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | Refactored read_input to support custom completion | Kevin Van Brunt | 2020-08-31 | 1 | -59/+138 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | Refactored complete() to handle custom behavior from read_input() | Kevin Van Brunt | 2020-08-31 | 3 | -80/+107 | |
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-08-28 | 8 | -35/+94 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Removed Namespace.__statement__ | Kevin Van Brunt | 2020-08-27 | 3 | -10/+2 | |
| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-08-27 | 14 | -41/+88 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-08-25 | 8 | -18/+64 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-08-20 | 14 | -52/+340 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #977 from python-cmd2/refactor_completion | Kevin Van Brunt | 2020-08-19 | 20 | -522/+375 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactoring completion for 2.0.0 release | |||||
| | * | | | | | | | | | | | | | | | | | | | Updated change log | Kevin Van Brunt | 2020-08-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Documented support for standalone functions being used as completers and ↵ | Kevin Van Brunt | 2020-08-18 | 3 | -9/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | choices_providers. Added unit tests for this case. | |||||
| | * | | | | | | | | | | | | | | | | | | | Updated async printing example to use thread event instead of a boolean flag | Kevin Van Brunt | 2020-08-18 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Replaced choices_function / choices_method with choices_provider. | Kevin Van Brunt | 2020-08-13 | 19 | -514/+329 | |
| |/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced completer_function / completer_method with completer. ArgparseCompleter now always passes cmd2.Cmd or CommandSet instance as the self argument to choices_provider and completer functions. Moved basic_complete from utils into cmd2.Cmd class. Moved CompletionError to exceptions.py |