summaryrefslogtreecommitdiff
path: root/examples/argparse_example.py
Commit message (Collapse)AuthorAgeFilesLines
* Mostly fix a bunch of spelling mistakes.Todd Leonhardt2017-03-131-3/+3
| | | | A few other miscellaneous minor tweaks for whitespace and such.
* Added info to CHANGES.rst on what bugs have been fixed so far this release.Todd Leonhardt2017-03-041-0/+88
Fixed a bug where the allow_cli_args attribute wasn't properly preventing OptParse from prasing the args looking for "-t" or "--test" for transcript testing. Added an example of using Argparse with cmd2.