summaryrefslogtreecommitdiff
path: root/examples/pirate.py
Commit message (Expand)AuthorAgeFilesLines
* No longer using -1 as an exit codeexit_codeKevin Van Brunt2021-03-231-1/+1
* Resolves comments from PREric Lin2021-03-181-1/+1
* Add in isort changesTodd Leonhardt2021-01-311-1/+3
* Add black for automatic code formatTodd Leonhardt2021-01-311-3/+3
* Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-1/+3
* Having two parallel datastructures each for foreground and background colors ...Todd Leonhardt2020-02-061-1/+1
* Added cmd2.utils.Settable to the cmd2 namespace and updated examples and docsTodd Leonhardt2020-02-041-1/+1
* Changed signature of style() to allow for simpler calling and overriding of s...Kevin Van Brunt2019-06-261-1/+1
* Added TextStyle class and default implementations for various message types l...Kevin Van Brunt2019-06-261-1/+2
* Moved code related to ANSI escape codes to new file called ansi.pyKevin Van Brunt2019-06-261-2/+1
* Renamed style_message to styleKevin Van Brunt2019-06-261-1/+1
* Removed color args from poutput since the style function is going to do more ...Kevin Van Brunt2019-06-251-14/+2
* Initial Commit for Issue 698xNinjaKittyx2019-06-241-4/+3
* Fixed a bunch of examples which were broken due to moving DEFAULT_SHORTCUTS f...Todd Leonhardt2019-06-161-1/+1
* Refactor exit_code implementationTodd Leonhardt2019-05-201-1/+5
* Fixed how shortcuts are set in examplesTodd Leonhardt2019-03-141-6/+5
* First stage of attribute refactoringTodd Leonhardt2019-03-131-3/+2
* Changed examples to reflect that settable doesn't need to be updated before c...Kevin Van Brunt2019-02-201-2/+5
* 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