summaryrefslogtreecommitdiff
path: root/examples/example.py
Commit message (Expand)AuthorAgeFilesLines
* Updated all examples to use Cmd2ArgumentParser instead of argparse.ArgumentPa...Kevin Van Brunt2021-06-171-3/+2
* Style changes from running black on Python 3.9Kevin Van Brunt2021-04-271-1/+1
* Resolves comments from PREric Lin2021-03-181-1/+1
* Add black for automatic code formatTodd Leonhardt2021-01-311-3/+4
* Added cmd2.utils.Settable to the cmd2 namespace and updated examples and docsTodd Leonhardt2020-02-041-1/+1
* Fix lint error for unused variablekotfu2019-07-141-1/+1
* Added a walkthrough of constructing a simple application to the overviewkotfu2019-07-051-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-3/+3
* Fixed how shortcuts are set in examplesTodd Leonhardt2019-03-141-6/+4
* 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
* Standardize cmd2 imports in tests and exampleskotfu2018-05-231-4/+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
* Removed abbrev attributeKevin Van Brunt2018-03-021-1/+0
* Renamed @with_argument_parser decorator to @with_argparserTodd Leonhardt2018-01-211-3/+3
* Changed @with_argument_parser to only pass single argument to commandsTodd Leonhardt2018-01-151-2/+2
* Made a couple cleanup changesTodd Leonhardt2018-01-151-13/+16
* switch from optparse to argparseJared Crapo2018-01-101-25/+26
* Made a couple fixes to existing examplesTodd Leonhardt2017-11-111-2/+2
* Make the same as test_transcription.pyJared Crapo2017-08-211-4/+5
* Write documentation for revised transcription featureJared Crapo2017-08-211-10/+33
* Fixed a few bugs and examplesTodd Leonhardt2017-07-031-0/+1
* Refactored to replace custom StubbornDict with collections.OrderedDictTodd Leonhardt2017-06-291-4/+7
* Changed default value for USE_ARG_LIST global to TrueTodd Leonhardt2017-06-141-1/+4
* Mostly fix a bunch of spelling mistakes.Todd Leonhardt2017-03-131-1/+1
* Changes to make our project as welcoming as possible for new contributors.Todd Leonhardt2017-02-261-0/+53