Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some mypy validation fixes | Eric Lin | 2021-03-18 | 1 | -2/+0 |
| | |||||
* | Merge branch 'master' into 2.0 | Todd Leonhardt | 2020-11-11 | 1 | -0/+4 |
|\ | | | | | | | | | # Conflicts: # CHANGELOG.md | ||||
| * | Fixed issue where quoted redirectors and terminators in aliases and macros ↵ | Kevin Van Brunt | 2020-09-30 | 1 | -0/+4 |
| | | | | | | | | | | | | were not being restored when read from a startup script. | ||||
* | | Moved two classes from cmd2.py to utils.py. | Kevin Van Brunt | 2020-09-09 | 1 | -0/+27 |
| | | |||||
* | | Replaced choices_function / choices_method with choices_provider. | Kevin Van Brunt | 2020-08-13 | 1 | -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 docs | Kevin Van Brunt | 2020-04-22 | 1 | -0/+1 |
| | |||||
* | Move list sorting from completion to misc | kotfu | 2020-02-24 | 1 | -6/+6 |
| | |||||
* | Instead of using automodule, only document public api functions | kotfu | 2020-02-22 | 1 | -1/+74 |
| | |||||
* | Begin process of combining utils api docs into a single document | kotfu | 2020-02-10 | 1 | -0/+5 |