| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Deprecate support for Python 3.6 and remove dependency on attrs (#1257) | Todd Leonhardt | 2023-01-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Start deprecation of Python 3.6 * Removed dependency on attrs and replaced with dataclasses * Fix typing * Added comments to assist with dropping support of Python versions in the future. --------- Co-authored-by: Kevin Van Brunt <kmvanbrunt@gmail.com> | ||||
| * | Add black for automatic code format | Todd Leonhardt | 2021-01-31 | 1 | -4/+1 |
| | | |||||
| * | Changed isort to force wrapping of imports to reduce merge conflicts from ↵ | Eric Lin | 2021-01-22 | 2 | -2/+8 |
| | | | | | minor import changes. | ||||
| * | updated imports | Eric Lin | 2020-08-04 | 2 | -2/+2 |
| | | | | | Added additional documentation | ||||
| * | Added type annotations for fields in cmd2.Cmd. | Eric Lin | 2020-07-21 | 2 | -5/+10 |
| | | | | | | | | Cleaned up docstring in external test plugin Updated some initialization to match new approach for version info discovery. Tagged some IDE-only lines as no-cover Adds plugin coverage reporting. | ||||
| * | Brought in cmd2 plugin template as a first-class member of cmd2 proper | Eric Lin | 2020-07-14 | 3 | -0/+94 |
