Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved commandset tests into an isolated test | Eric Lin | 2020-08-04 | 1 | -367/+0 |
* | Sort imports using isort | Todd Leonhardt | 2020-08-04 | 1 | -5/+2 |
* | Added more command validation. Moved some common behavior into private functi... | Eric Lin | 2020-08-04 | 1 | -9/+51 |
* | Added explicit tests for dir and setattr. Minor type hinting changes | Eric Lin | 2020-08-04 | 1 | -0/+24 |
* | Fixes issue with locating help_ annd complete_ functions when autoloading com... | Eric Lin | 2020-08-04 | 1 | -10/+136 |
* | add ability to remove commands and commandsets | Eric Lin | 2020-08-04 | 1 | -1/+93 |
* | Added new constructor parameter to flag whether commands should autoload. Add... | Eric Lin | 2020-08-04 | 1 | -0/+86 |