summaryrefslogtreecommitdiff
path: root/docs/api/utils.rst
Commit message (Collapse)AuthorAgeFilesLines
* Some mypy validation fixesEric Lin2021-03-181-2/+0
|
* Merge branch 'master' into 2.0Todd Leonhardt2020-11-111-0/+4
|\ | | | | | | | | # Conflicts: # CHANGELOG.md
| * Fixed issue where quoted redirectors and terminators in aliases and macros ↵Kevin Van Brunt2020-09-301-0/+4
| | | | | | | | | | | | were not being restored when read from a startup script.
* | Moved two classes from cmd2.py to utils.py.Kevin Van Brunt2020-09-091-0/+27
| |
* | Replaced choices_function / choices_method with choices_provider.Kevin Van Brunt2020-08-131-9/+0
|/ | | | | | | | | 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
* Updated docsKevin Van Brunt2020-04-221-0/+1
|
* Move list sorting from completion to misckotfu2020-02-241-6/+6
|
* Instead of using automodule, only document public api functionskotfu2020-02-221-1/+74
|
* Begin process of combining utils api docs into a single documentkotfu2020-02-101-0/+5