summaryrefslogtreecommitdiff
path: root/plugins/template/cmd2_myplugin
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate support for Python 3.6 and remove dependency on attrs (#1257)Todd Leonhardt2023-01-311-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 formatTodd Leonhardt2021-01-311-4/+1
|
* Changed isort to force wrapping of imports to reduce merge conflicts from ↵Eric Lin2021-01-222-2/+8
| | | | minor import changes.
* updated importsEric Lin2020-08-042-2/+2
| | | | Added additional documentation
* Added type annotations for fields in cmd2.Cmd.Eric Lin2020-07-212-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 properEric Lin2020-07-143-0/+94