summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'master' into 2.02.0Todd Leonhardt2021-02-141-1/+1
| |\ \ | |/ / |/| |
* | | Merge pull request #1057 from korygill/patch-1Todd Leonhardt2021-02-141-1/+1
|\ \ \ | | | | | | | | Update modular_commands.rst
| * | | Update modular_commands.rstKory Gill2021-02-131-1/+1
|/ / / | | | | | | Minor fix to use cmd2 intead of cmd in example text.
| * | Merge branch 'master' into 2.0Kevin Van Brunt2021-02-111-1/+3
| |\ \ | |/ / |/| |
| * | Merge branch 'master' into 2.0Kevin Van Brunt2021-02-095-7/+52
| |\ \
| * | | Fixed typo in change logKevin Van Brunt2021-02-011-1/+1
| | | |
| * | | Merge branch 'master' into 2.0Todd Leonhardt2021-01-3117-155/+154
| |\ \ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md
| * \ \ \ Merge branch 'master' into 2.0Kevin Van Brunt2021-01-2912-42/+112
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into 2.0Kevin Van Brunt2021-01-287-6/+35
| |\ \ \ \ \
| * | | | | | Removed with_argparser_and_unknown_args since it was deprecated in 1.3.0.Kevin Van Brunt2021-01-225-47/+4
| | | | | | |
| * | | | | | Removed --silent flag from alias/macro create since startup scripts can be ↵Kevin Van Brunt2021-01-223-44/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | run silently. Removed --with_silent flag from alias/macro list since startup scripts can be run silently.
| * | | | | | Merge branch 'master' into 2.0Kevin Van Brunt2021-01-2271-263/+699
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into 2.0Todd Leonhardt2020-11-214-39/+80
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into 2.0Kevin Van Brunt2020-11-123-2/+11
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into 2.0Todd Leonhardt2020-11-1113-78/+240
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into 2.0Kevin Van Brunt2020-09-1712-34/+335
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #991 from python-cmd2/read_inputKevin Van Brunt2020-09-0916-177/+478
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Read input enhancements
| | * | | | | | | | | | | Added section to completion docs about read_input() functionKevin Van Brunt2020-09-092-0/+13
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch '2.0' into read_inputKevin Van Brunt2020-09-091-9/+10
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' into 2.0Kevin Van Brunt2020-09-091-9/+10
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Moved two classes from cmd2.py to utils.py.Kevin Van Brunt2020-09-099-79/+83
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Merge branch '2.0' into read_inputKevin Van Brunt2020-09-094-29/+66
| | | |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into 2.0Kevin Van Brunt2020-09-094-29/+66
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | Made CustomCompletionSettings public since it's optionally passed to public ↵Kevin Van Brunt2020-09-052-11/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method cmd2.Cmd.complete().
| | | | * | | | | | | | | | | Added pragma: no cover to some tab completion codeKevin Van Brunt2020-09-051-7/+5
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | Updated unit tests for read_input()Kevin Van Brunt2020-09-053-2/+42
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | Merge branch '2.0' into read_inputKevin Van Brunt2020-09-058-78/+156
| | | | |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' into 2.0Kevin Van Brunt2020-09-058-78/+156
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ Merge branch '2.0' into read_inputKevin Van Brunt2020-09-038-29/+110
| | | | | |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'master' into 2.0Kevin Van Brunt2020-09-039-33/+114
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | | Fixed flake8 errorKevin Van Brunt2020-09-011-1/+4
| | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | Removed enum.auto() for Python 3.5 compatibilityKevin Van Brunt2020-09-011-3/+3
| | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | Fixed docs errorKevin Van Brunt2020-09-012-1/+6
| | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | Updated change logKevin Van Brunt2020-09-011-0/+4
| | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | Updated read_input exampleKevin Van Brunt2020-09-011-10/+33
| | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | Updated commentsKevin Van Brunt2020-09-012-2/+6
| | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | Added read_input() exampleKevin Van Brunt2020-09-011-0/+89
| | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | Refactored ArgparseCompleter to support custom completionKevin Van Brunt2020-09-015-74/+66
| | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | Refactored read_input to support custom completionKevin Van Brunt2020-08-311-59/+138
| | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | Refactored complete() to handle custom behavior from read_input()Kevin Van Brunt2020-08-313-80/+107
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'master' into 2.0Kevin Van Brunt2020-08-288-35/+94
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Removed Namespace.__statement__Kevin Van Brunt2020-08-273-10/+2
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'master' into 2.0Kevin Van Brunt2020-08-2714-41/+88
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into 2.0Kevin Van Brunt2020-08-258-18/+64
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into 2.0Kevin Van Brunt2020-08-2014-52/+340
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #977 from python-cmd2/refactor_completionKevin Van Brunt2020-08-1920-522/+375
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactoring completion for 2.0.0 release
| | * | | | | | | | | | | | | | | | | | | Updated change logKevin Van Brunt2020-08-191-2/+2
| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Documented support for standalone functions being used as completers and ↵Kevin Van Brunt2020-08-183-9/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | choices_providers. Added unit tests for this case.
| | * | | | | | | | | | | | | | | | | | | Updated async printing example to use thread event instead of a boolean flagKevin Van Brunt2020-08-181-7/+7
| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Replaced choices_function / choices_method with choices_provider.Kevin Van Brunt2020-08-1319-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