summaryrefslogtreecommitdiff
path: root/examples/decorator_example.py
Commit message (Expand)AuthorAgeFilesLines
* Updated all examples to use Cmd2ArgumentParser instead of argparse.ArgumentPa...Kevin Van Brunt2021-06-171-3/+3
* Style changes from running black on Python 3.9Kevin Van Brunt2021-04-271-1/+1
* Renamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy.Kevin Van Brunt2021-03-301-4/+1
* Resolves comments from PREric Lin2021-03-181-1/+1
* Add in isort changesTodd Leonhardt2021-01-311-1/+3
* Add black for automatic code formatTodd Leonhardt2021-01-311-5/+5
* Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-1/+3
* The functions cmd2 adds to Namespaces (get_statement() and get_handler()) are...Kevin Van Brunt2020-08-261-1/+1
* Fixed RecursionError when printing an argparse.Namespace caused by custom att...Kevin Van Brunt2020-08-251-1/+1
* Added cmd2.utils.Settable to the cmd2 namespace and updated examples and docsTodd Leonhardt2020-02-041-1/+1
* Fixed a bunch of examples which were broken due to moving DEFAULT_SHORTCUTS f...Todd Leonhardt2019-06-161-1/+1
* Removed support for cmd.cmdqueueKevin Van Brunt2019-06-111-3/+0
* Refactor exit_code implementationTodd Leonhardt2019-05-201-2/+3
* Merge branch 'master' into attributesTodd Leonhardt2019-03-171-5/+11
|\
| * Updated docs and exampleKevin Van Brunt2019-03-171-5/+11
* | Fixed how shortcuts are set in examplesTodd Leonhardt2019-03-141-4/+5
* | First stage of attribute refactoringTodd Leonhardt2019-03-131-2/+1
|/
* Changed examples to reflect that settable doesn't need to be updated before c...Kevin Van Brunt2019-02-201-3/+3
* Fix flake8 issuesTodd Leonhardt2018-12-061-1/+0
* Added warning to documentation about how help_foo won't be called for command...Todd Leonhardt2018-10-061-0/+112