summaryrefslogtreecommitdiff
path: root/examples/scripts/save_help_text.py
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate support for Python 3.6 and remove dependency on attrs (#1257)Todd Leonhardt2023-01-311-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 Lin2021-01-221-1/+4
| | | | minor import changes.
* Renamed locals_in_py to self_in_pyTodd Leonhardt2020-01-271-1/+1
| | | | This more accurately reflects what it controls
* Made three public attributes of cmd2.Cmd no longer settable at runtime by ↵Todd Leonhardt2020-01-271-1/+1
| | | | | | | | | end users The 3 attributes are: - continuation_prompt - locals_in_py - prompt
* Changed all uses of sub-command to subcommandKevin Van Brunt2019-07-191-6/+6
|
* Updated documentationKevin Van Brunt2019-06-151-1/+1
|
* Added help summary and a separate label for commands and topicsKevin Van Brunt2018-12-211-12/+33
|
* Removed newlinesKevin Van Brunt2018-12-211-3/+1
|
* Refactored script to use app()Kevin Van Brunt2018-12-211-32/+27
|
* Updated documentationKevin Van Brunt2018-12-201-2/+2
|
* Refactored script and made OS independent by removing rm callsKevin Van Brunt2018-12-201-26/+40
|
* Added labels for each command help textKevin Van Brunt2018-12-201-2/+13
|
* Fixing flake8 warningKevin Van Brunt2018-12-201-0/+1
|
* Added new example script that saves help text to a fileKevin Van Brunt2018-12-201-0/+67