summaryrefslogtreecommitdiff
path: root/examples/pirate.py
Commit message (Expand)AuthorAgeFilesLines
* Fix flake8 issuesTodd Leonhardt2018-12-061-2/+1
* Fixed bug in example caused by a keyword argument being used with dict.get()Kevin Van Brunt2018-11-301-1/+1
* Added optional color argument to poutput() for providing a color escape code ...Todd Leonhardt2018-09-241-3/+17
* Fix import stragglerskotfu2018-05-231-2/+2
* Standardize cmd2 imports in tests and exampleskotfu2018-05-231-3/+4
* Merge branch 'test_merge' into test_ply_mergeEric Lin2018-05-021-1/+1
|\
| * Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-251-1/+1
* | multilineCommands -> multiline_commandskotfu2018-04-291-1/+1
|/
* Started removing dependency on sixTodd Leonhardt2018-04-151-1/+1
* Updated one example so it can be used properly with default_to_shellTodd Leonhardt2018-03-161-4/+0
* Renamed @with_argument_parser decorator to @with_argparserTodd Leonhardt2018-01-211-2/+2
* History enhancementsTodd Leonhardt2018-01-201-8/+8
* Simplified a few argparse examples and fixed some incorrect documentationTodd Leonhardt2018-01-171-2/+2
* Changed @with_argument_parser to only pass single argument to commandsTodd Leonhardt2018-01-151-11/+12
* Modified examples still using @options to import make_option from optparseTodd Leonhardt2018-01-151-1/+2
* Fixed a few bugs and examplesTodd Leonhardt2017-07-031-7/+9
* Mostly fix a bunch of spelling mistakes.Todd Leonhardt2017-03-131-1/+1
* Improved examplesTodd Leonhardt2017-03-111-0/+89