summaryrefslogtreecommitdiff
path: root/docs/features/builtin_commands.rst
Commit message (Collapse)AuthorAgeFilesLines
* set command output now uses SimpleTable.Kevin Van Brunt2021-08-191-10/+16
| | | | | | | Tabled tab completion now includes divider row. Tab completion results for aliases, macros, and Settables wrap long fields. SimpleTable now accepts blank for the divider character. It is identical to passing None. Removed --verbose flag from set command so the descriptions always show.
* Updated documentation about set commandKevin Van Brunt2020-09-091-9/+10
|
* Updated documentation with more explicit discussions on testingEric Lin2020-08-201-0/+2
| | | | Added unit test to verify command name validation updates.
* Update scripting docs. Closes #765.kotfu2020-02-281-0/+9
|
* Merge branch 'master' into doc_streamlinekotfu2020-02-061-3/+3
|\ | | | | | | | | # Conflicts: # docs/features/settings.rst
| * Updated help textKevin Van Brunt2020-02-051-3/+3
| |
* | Clean up class and method referenceskotfu2020-02-051-3/+3
|/ | | | | - 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
* Made three public attributes of cmd2.Cmd no longer settable at runtime by ↵Todd Leonhardt2020-01-271-3/+0
| | | | | | | | | end users The 3 attributes are: - continuation_prompt - locals_in_py - prompt
* Flushed out documentation on built-in commandsTodd Leonhardt2020-01-231-3/+73
|
* Updating some doc textKevin Van Brunt2020-01-161-1/+1
|
* Add shell command, and show how to remove builtin commandskotfu2020-01-141-8/+35
|
* Updates for allow_ansi -> allow_stylekotfu2020-01-141-2/+2
|
* Finish documenting settings and add new builtin_commands documentkotfu2019-11-291-0/+48