Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Completion doc updates | Kevin Van Brunt | 2020-04-23 | 1 | -1/+2 |
| | |||||
* | More completion doc updates | Kevin Van Brunt | 2020-04-23 | 1 | -2/+2 |
| | |||||
* | Updated tab completion documentation | Kevin Van Brunt | 2020-04-23 | 1 | -3/+40 |
| | |||||
* | Documented CompletionError class | Kevin Van Brunt | 2020-04-23 | 1 | -0/+18 |
| | |||||
* | Revise completion docs. Fixes #800. Updates #765. | kotfu | 2020-02-28 | 1 | -18/+24 |
| | |||||
* | Add argparse stuff to api | kotfu | 2020-02-22 | 1 | -6/+3 |
| | |||||
* | no - in tab-completion | kotfu | 2020-02-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into api_docs | kotfu | 2020-02-14 | 1 | -11/+11 |
|\ | | | | | | | | | | | # Conflicts: # cmd2/ansi.py # docs/features/completion.rst | ||||
| * | Removed dash from 'tab complete' string | Kevin Van Brunt | 2020-02-13 | 1 | -7/+7 |
| | | |||||
| * | Overhauling tab completion examples | Kevin Van Brunt | 2020-02-12 | 1 | -5/+5 |
| | | |||||
* | | Title decorator documentation by package name | kotfu | 2020-02-09 | 1 | -2/+2 |
|/ | |||||
* | Clean up class and method references | kotfu | 2020-02-05 | 1 | -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 docs | Todd Leonhardt | 2020-01-26 | 1 | -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 CompletionItem | Todd Leonhardt | 2019-11-04 | 1 | -2/+3 |
| | |||||
* | Improved documentation for Argument Parsing and Tab-Completion | Todd Leonhardt | 2019-11-03 | 1 | -0/+46 |
| | | | | | Also: - Added a couple examples | ||||
* | Integrate freefeatures into new doc structure | kotfu | 2019-07-16 | 1 | -1/+30 |
| | |||||
* | Skeleton doc structure complete for #709 | kotfu | 2019-07-02 | 1 | -0/+4 |