summaryrefslogtreecommitdiff
path: root/examples/python_scripting.py
Commit message (Expand)AuthorAgeFilesLines
* Started removing dependency on sixTodd Leonhardt2018-04-151-1/+1
* Addressed code review commentsKevin Van Brunt2018-03-271-3/+3
* Fixed python_scripting.py exampleTodd Leonhardt2018-03-011-11/+11
* Cleanup of documentation and examplesTodd Leonhardt2018-01-171-1/+0
* Renamed new decorator to @with_argparser_and_unknown_args to make it more des...Todd Leonhardt2018-01-151-2/+2
* Changed @with_argument_parser to only pass single argument to commandsTodd Leonhardt2018-01-151-8/+10
* Modified examples still using @options to import make_option from optparseTodd Leonhardt2018-01-151-10/+10
* Add screenshot to front pageTodd Leonhardt2017-07-031-1/+1
* Moved example scripts from examples to examples/scripts directlyTodd Leonhardt2017-06-211-1/+1
* Changed default value for USE_ARG_LIST global to TrueTodd Leonhardt2017-06-141-3/+3
* Updated documentation and examplesTodd Leonhardt2017-06-141-2/+2
* Updated an example, features, and changes based on new support for path and c...Todd Leonhardt2017-05-171-12/+3
* Improved the CmdResult namedtuple subclassTodd Leonhardt2017-03-141-5/+5
* Added intro with unicode characters to one example.Todd Leonhardt2017-03-141-3/+5
* Improved examplesTodd Leonhardt2017-03-111-3/+23
* Added an example for how conditional control flow of a cmd2 application can b...Todd Leonhardt2017-03-111-0/+102