summaryrefslogtreecommitdiff
path: root/examples/arg_decorators.py
Commit message (Expand)AuthorAgeFilesLines
* Updated all examples to use Cmd2ArgumentParser instead of argparse.ArgumentPa...Kevin Van Brunt2021-06-171-1/+1
* Renamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy.Kevin Van Brunt2021-03-301-1/+1
* Fixed black, isort, flake8, and doc8 issuesTodd Leonhardt2021-02-191-2/+1
* Merge branch 'master' into blackTodd Leonhardt2021-02-191-1/+2
|\
| * Replaced choices_function / choices_method with choices_provider.Kevin Van Brunt2020-08-131-1/+1
* | Add black for automatic code formatTodd Leonhardt2021-01-311-4/+2
|/
* Improved documentation for Argument Parsing and Tab-CompletionTodd Leonhardt2019-11-031-0/+59