summaryrefslogtreecommitdiff
path: root/cmd2/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Some mypy validation fixesEric Lin2021-03-181-2/+5
* Added cmd2.exceptions.PassThroughExceptionexception_passthroughKevin Van Brunt2021-03-021-0/+15
* Start making small changes to fix mypy warningsTodd Leonhardt2021-02-211-2/+2
* Fixed black, isort, flake8, and doc8 issuesTodd Leonhardt2021-02-191-0/+2
* Merge branch 'master' into blackTodd Leonhardt2021-02-191-0/+24
|\
| * Replaced choices_function / choices_method with choices_provider.Kevin Van Brunt2020-08-131-0/+25
* | Add black for automatic code formatTodd Leonhardt2021-01-311-0/+9
|/
* Verify that a completer function is defined in a CommandSet beforeEric Lin2020-08-061-0/+4
* Minor formatting fixes. Injecting a function into namespace objects before pa...Eric Lin2020-08-041-0/+1
* Now maintains a command->CommandSet mapping and passes the CommandSetanselor2020-08-041-0/+3
* Made following changes to onecmd_plus_hooks()Kevin Van Brunt2020-05-071-4/+4
* Added SkipPostcommandHooks exception and made Cmd2ArgparseError inherit from it.Kevin Van Brunt2020-05-071-5/+22
* Simplfied _redirect_output() by raising exception instead of returning boolKevin Van Brunt2020-04-111-0/+5
* Added Cmd2ShlexErrorKevin Van Brunt2020-03-121-2/+11
* Changed name of exception class as requested in code reviewKevin Van Brunt2020-03-051-2/+2
* Prevent postcmd_hook from running when argparse failsKevin Van Brunt2020-03-051-0/+5
* Oops forgot to commit a fileTodd Leonhardt2020-02-181-0/+12