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/+0 |
| | | | | | | | | | | | | | * 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> | ||||
* | Changed isort to force wrapping of imports to reduce merge conflicts from ↵ | Eric Lin | 2021-01-22 | 1 | -1/+4 |
| | | | | minor import changes. | ||||
* | Renamed locals_in_py to self_in_py | Todd Leonhardt | 2020-01-27 | 1 | -1/+1 |
| | | | | This more accurately reflects what it controls | ||||
* | Made three public attributes of cmd2.Cmd no longer settable at runtime by ↵ | Todd Leonhardt | 2020-01-27 | 1 | -1/+1 |
| | | | | | | | | | end users The 3 attributes are: - continuation_prompt - locals_in_py - prompt | ||||
* | Changed all uses of sub-command to subcommand | Kevin Van Brunt | 2019-07-19 | 1 | -6/+6 |
| | |||||
* | Updated documentation | Kevin Van Brunt | 2019-06-15 | 1 | -1/+1 |
| | |||||
* | Added help summary and a separate label for commands and topics | Kevin Van Brunt | 2018-12-21 | 1 | -12/+33 |
| | |||||
* | Removed newlines | Kevin Van Brunt | 2018-12-21 | 1 | -3/+1 |
| | |||||
* | Refactored script to use app() | Kevin Van Brunt | 2018-12-21 | 1 | -32/+27 |
| | |||||
* | Updated documentation | Kevin Van Brunt | 2018-12-20 | 1 | -2/+2 |
| | |||||
* | Refactored script and made OS independent by removing rm calls | Kevin Van Brunt | 2018-12-20 | 1 | -26/+40 |
| | |||||
* | Added labels for each command help text | Kevin Van Brunt | 2018-12-20 | 1 | -2/+13 |
| | |||||
* | Fixing flake8 warning | Kevin Van Brunt | 2018-12-20 | 1 | -0/+1 |
| | |||||
* | Added new example script that saves help text to a file | Kevin Van Brunt | 2018-12-20 | 1 | -0/+67 |