summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
| * remove use_argument_list attributekotfu2018-01-141-40/+0
| * add use_argument_list settingkotfu2018-01-121-0/+40
| * new @with_argument_list decoratorkotfu2018-01-121-5/+15
| * @with_argument_parser now passes an arglist instead of a stringkotfu2018-01-121-2/+2
| * simplify outputJared Crapo2018-01-101-6/+3
| * switch from optparse to argparseJared Crapo2018-01-101-25/+26
| * Clean up variable nameskotfu2018-01-071-2/+2
| * Set prog in argparser based on the name of the functionkotfu2018-01-071-4/+1
| * Properly set docstring so it contains help messagekotfu2018-01-071-36/+36
| * Add tests for POSIX=true and arguments containing spaceskotfu2018-01-071-2/+18
| * Default posix and quote removal working.kotfu2018-01-071-15/+17
| * Merge branch 'master' of https://github.com/python-cmd2/cmd2 into argparseJared Crapo2017-12-114-82/+35
| |\
| * | Plan and first working code for argparse decoratorJared Crapo2017-12-111-1/+25
* | | added a decorator function that allows nesting of Cmd instances to create sub...Calvin Lobo2018-02-011-0/+90
| |/ |/|
* | Made a couple fixes to existing examplesTodd Leonhardt2017-11-113-81/+27
* | Updated docs to make it more clear that you need to update shortcuts attribut...Todd Leonhardt2017-11-091-1/+8
|/
* Improved documentation for how a user can modify comment grammar/styleTodd Leonhardt2017-09-221-0/+39
* Revise environment setting documentationkotfu2017-08-281-0/+38
* Make the same as test_transcription.pyJared Crapo2017-08-211-4/+5
* regex implementation complete. Still a few bugs.Jared Crapo2017-08-211-3/+4
* Write documentation for revised transcription featureJared Crapo2017-08-211-10/+33
* feedback_to_output now defaults to FalseTodd Leonhardt2017-08-201-2/+2
* Ensure editor and the file to edit can have spaces in themJared Crapo2017-08-191-2/+3
* Added remove_unused.py example to demonstrate how to remove unused commandsTodd Leonhardt2017-07-311-0/+30
* Fixed a couple case sensitivity bugs and added an exampleTodd Leonhardt2017-07-121-0/+25
* Fixed a few bugs and examplesTodd Leonhardt2017-07-034-18/+22
* Removed pause commandTodd Leonhardt2017-07-031-3/+2
* Add screenshot to front pageTodd Leonhardt2017-07-031-1/+1
* Refactored to replace custom StubbornDict with collections.OrderedDictTodd Leonhardt2017-06-291-4/+7
* Completely removed use of self.default_file_nameTodd Leonhardt2017-06-281-2/+1
* Simplified implementation of do__relative_loadTodd Leonhardt2017-06-281-0/+3
* Moved example scripts from examples to examples/scripts directlyTodd Leonhardt2017-06-215-2/+2
* Changed default value for USE_ARG_LIST global to TrueTodd Leonhardt2017-06-142-4/+7
* Updated documentation and examplesTodd Leonhardt2017-06-143-16/+27
* Added new pyscript commandTodd Leonhardt2017-06-132-2/+9
* Updated example transcript test and docsTodd Leonhardt2017-06-031-2/+2
* Updated an example, features, and changes based on new support for path and c...Todd Leonhardt2017-05-171-12/+3
* Apparently regex syntax is stricter for Python 3 on Windows.Todd Leonhardt2017-03-162-1/+3
* Added a regex to transcript for color because its not present on Windows.Todd Leonhardt2017-03-161-2/+2
* Added example of using a regular expression in a transcript test.Todd Leonhardt2017-03-162-0/+19
* Improved the CmdResult namedtuple subclassTodd Leonhardt2017-03-142-6/+12
* Added intro with unicode characters to one example.Todd Leonhardt2017-03-141-3/+5
* Mostly fix a bunch of spelling mistakes.Todd Leonhardt2017-03-136-7/+13
* Improved examplesTodd Leonhardt2017-03-112-3/+112
* Added an example for how conditional control flow of a cmd2 application can b...Todd Leonhardt2017-03-112-0/+126
* Added basic example of how to use cmd2 in a manner that doesn't own the main ...Todd Leonhardt2017-03-041-0/+26
* Added info to CHANGES.rst on what bugs have been fixed so far this release.Todd Leonhardt2017-03-041-0/+88
* Changes to make our project as welcoming as possible for new contributors.Todd Leonhardt2017-02-264-0/+127