summaryrefslogtreecommitdiff
path: root/docs/features/completion.rst
Commit message (Collapse)AuthorAgeFilesLines
* Completion doc updatesKevin Van Brunt2020-04-231-1/+2
|
* More completion doc updatesKevin Van Brunt2020-04-231-2/+2
|
* Updated tab completion documentationKevin Van Brunt2020-04-231-3/+40
|
* Documented CompletionError classKevin Van Brunt2020-04-231-0/+18
|
* Revise completion docs. Fixes #800. Updates #765.kotfu2020-02-281-18/+24
|
* Add argparse stuff to apikotfu2020-02-221-6/+3
|
* no - in tab-completionkotfu2020-02-141-1/+1
|
* Merge branch 'master' into api_docskotfu2020-02-141-11/+11
|\ | | | | | | | | | | # Conflicts: # cmd2/ansi.py # docs/features/completion.rst
| * Removed dash from 'tab complete' stringKevin Van Brunt2020-02-131-7/+7
| |
| * Overhauling tab completion examplesKevin Van Brunt2020-02-121-5/+5
| |
* | Title decorator documentation by package namekotfu2020-02-091-2/+2
|/
* Clean up class and method referenceskotfu2020-02-051-2/+2
| | | | | - In docs/api/cmd.rst, the `cmd2.Cmd` class was defined as `cmd2.cmd2.Cmd`, which required the extraneous `cmd2` every time we referenced it. This extra `cmd2` is no longer required. - always refer to a bare cmd2 using ``cmd2`` per our documentation conventions
* Fixed broken links in Sphinx docsTodd Leonhardt2020-01-261-1/+1
| | | | | | Also: - Added a "linkcheck" task to the invoke tasks _ Use pseudoterminals for invoke tasks with colored output so that we can see the color when using invoke
* Fixed documentation in regards to CompletionItemTodd Leonhardt2019-11-041-2/+3
|
* Improved documentation for Argument Parsing and Tab-CompletionTodd Leonhardt2019-11-031-0/+46
| | | | | Also: - Added a couple examples
* Integrate freefeatures into new doc structurekotfu2019-07-161-1/+30
|
* Skeleton doc structure complete for #709kotfu2019-07-021-0/+4