summaryrefslogtreecommitdiff
path: root/examples/cmd_as_argument.py
Commit message (Expand)AuthorAgeFilesLines
* Resolves comments from PREric Lin2021-03-181-1/+1
* Add black for automatic code formatTodd Leonhardt2021-01-311-10/+7
* Added cmd2.utils.Settable to the cmd2 namespace and updated examples and docsTodd Leonhardt2020-02-041-1/+1
* Renamed locals_in_py to self_in_pyTodd Leonhardt2020-01-271-1/+1
* Fixed a bunch of examples which were broken due to moving DEFAULT_SHORTCUTS f...Todd Leonhardt2019-06-161-1/+1
* Merge branch 'master' into history_fixesKevin Van Brunt2019-06-141-2/+1
|\
| * Removed support for cmd.cmdqueueKevin Van Brunt2019-06-111-2/+1
* | Fix history display issuesTodd Leonhardt2019-06-131-1/+2
|/
* Refactor exit_code implementationTodd Leonhardt2019-05-201-2/+5
* Fixed how shortcuts are set in examplesTodd Leonhardt2019-03-141-7/+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-2/+4
* Fix flake8 issuesTodd Leonhardt2018-12-061-1/+1
* Add example and documentation for #452kotfu2018-07-291-0/+114