summaryrefslogtreecommitdiff
path: root/examples/scripts
Commit message (Expand)AuthorAgeFilesLines
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-241-0/+1
* Updated python scripting exmaple to illustrate howEric Lin2020-02-241-4/+14
* Renamed locals_in_py to self_in_pyTodd Leonhardt2020-01-272-2/+2
* Made three public attributes of cmd2.Cmd no longer settable at runtime by end...Todd Leonhardt2020-01-271-1/+1
* Just adding a comment to one of our text file scripts as an exampleTodd Leonhardt2019-07-191-0/+1
* Changed all uses of sub-command to subcommandKevin Van Brunt2019-07-191-6/+6
* Made last_result public and restored the initialization of it in __init__ and...Todd Leonhardt2019-06-231-2/+2
* Updated documentationKevin Van Brunt2019-06-153-5/+5
* Transcript testing now properly handles commands which signal the application...Todd Leonhardt2019-06-061-0/+1
* Fixed issue where calling exit() or quit() from a pyscript would close the wh...Kevin Van Brunt2019-02-061-2/+2
* 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
* Fix flake8 issuesTodd Leonhardt2018-12-063-3/+2
* Deprecated CmdResult helper class and promoted CommandResultTodd Leonhardt2018-06-231-0/+1
* Fixed conditional.py scriptTodd Leonhardt2018-05-261-3/+3
* Simplified implementation of do__relative_loadTodd Leonhardt2017-06-281-0/+3
* Moved example scripts from examples to examples/scripts directlyTodd Leonhardt2017-06-214-0/+56