summaryrefslogtreecommitdiff
path: root/examples/decorator_example.py
Commit message (Expand)AuthorAgeFilesLines
* 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