Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Verify that a completer function is defined in a CommandSet before | Eric Lin | 2020-08-06 | 1 | -0/+4 |
* | Minor formatting fixes. Injecting a function into namespace objects before pa... | Eric Lin | 2020-08-04 | 1 | -0/+1 |
* | Now maintains a command->CommandSet mapping and passes the CommandSet | anselor | 2020-08-04 | 1 | -0/+3 |
* | Made following changes to onecmd_plus_hooks() | Kevin Van Brunt | 2020-05-07 | 1 | -4/+4 |
* | Added SkipPostcommandHooks exception and made Cmd2ArgparseError inherit from it. | Kevin Van Brunt | 2020-05-07 | 1 | -5/+22 |
* | Simplfied _redirect_output() by raising exception instead of returning bool | Kevin Van Brunt | 2020-04-11 | 1 | -0/+5 |
* | Added Cmd2ShlexError | Kevin Van Brunt | 2020-03-12 | 1 | -2/+11 |
* | Changed name of exception class as requested in code review | Kevin Van Brunt | 2020-03-05 | 1 | -2/+2 |
* | Prevent postcmd_hook from running when argparse fails | Kevin Van Brunt | 2020-03-05 | 1 | -0/+5 |
* | Oops forgot to commit a file | Todd Leonhardt | 2020-02-18 | 1 | -0/+12 |