summaryrefslogtreecommitdiff
path: root/docs/argument_processing.rst
Commit message (Expand)AuthorAgeFilesLines
* Minor doc updates that fix a few typos and inaccuraciesTodd Leonhardt2019-02-061-2/+3
* Removed a few unecessary newlinesTodd Leonhardt2018-10-261-3/+0
* Improved documentation for argument parsing decoratorsTodd Leonhardt2018-10-261-0/+17
* Added warning to documentation about how help_foo won't be called for command...Todd Leonhardt2018-10-061-2/+10
* Added documentation stating that parsers passed to argparse decorators need t...Todd Leonhardt2018-10-061-2/+14
* Docstring updatesKevin Van Brunt2018-09-091-6/+6
* Added/updated documentation for `Statement`kotfu2018-09-091-1/+30
* Deprecated CmdResult helper class and promoted CommandResultTodd Leonhardt2018-06-231-1/+1
* Added some documentation related to the latest changes.Eric Lin2018-04-211-6/+4
* Merge branch 'master' into delete_optparseTodd Leonhardt2018-04-111-0/+132
|\
| * Added a with_category decorator that can be used to tag a command category.Eric Lin2018-04-111-0/+132
* | Deleted optparse code which had been previously deprecated in 0.8.0 releaseTodd Leonhardt2018-04-091-39/+0
|/
* Documented cmd_with_subs_completer functionKevin Van Brunt2018-03-161-0/+6
* Improved argument processing docsTodd Leonhardt2018-02-011-14/+38
* Renamed @with_argument_parser decorator to @with_argparserTodd Leonhardt2018-01-211-9/+9
* Added unit tests for newly-overridden complete() methodTodd Leonhardt2018-01-201-2/+11
* Simplified a few argparse examples and fixed some incorrect documentationTodd Leonhardt2018-01-171-10/+12
* Revised some of the Sphinx documentation which referenced the deprecated @opt...Todd Leonhardt2018-01-151-0/+2
* Changed @with_argument_parser to only pass single argument to commandsTodd Leonhardt2018-01-151-10/+33
* remove use_argument_list attributekotfu2018-01-141-33/+1
* new @with_argument_list decoratorkotfu2018-01-121-0/+51
* @with_argument_parser now passes an arglist instead of a stringkotfu2018-01-121-5/+8
* Trivial doc change to get readthedocs to rebuildTodd Leonhardt2018-01-101-2/+3
* Write documentationkotfu2018-01-071-112/+146
* Plan and first working code for argparse decoratorJared Crapo2017-12-111-0/+141