summaryrefslogtreecommitdiff
path: root/docs/features/settings.rst
Commit message (Collapse)AuthorAgeFilesLines
* Use set --verbose instead of -v in docsKyle King2020-10-311-2/+2
|
* Fixed error in set --long, which should be set -vKyle King2020-10-311-2/+2
| | | | | (Cmd) set --long Usage: set [-h] [-v] [param] [value] Error: unrecognized arguments: --long
* Removed dash from 'tab complete' stringKevin Van Brunt2020-02-131-2/+2
|
* Merge branch 'master' into doc_streamlineTodd Leonhardt2020-02-061-8/+14
|\ | | | | | | | | # Conflicts: # docs/features/settings.rst
| * Documentation updateskotfu2020-02-051-9/+16
| |
| * Updated documentationKevin Van Brunt2020-02-051-1/+1
| |
| * Added cmd2.utils.Settable to the cmd2 namespace and updated examples and docsTodd Leonhardt2020-02-041-2/+2
| |
* | Clean up class and method referenceskotfu2020-02-051-14/+14
|/ | | | | - 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-30/+5
| | | | | | | | | end users The 3 attributes are: - continuation_prompt - locals_in_py - prompt
* Updated documentationKevin Van Brunt2020-01-271-3/+3
|
* Fix doc8 line length violations committed in prevoius PRTodd Leonhardt2020-01-201-8/+9
|
* Updating some doc textKevin Van Brunt2020-01-161-2/+9
|
* Revise allow_style and colored output documentationkotfu2020-01-141-10/+13
|
* Merge branch 'master' into generating_output_docsTodd Leonhardt2020-01-091-3/+3
|\ | | | | | | | | | | # Conflicts: # docs/features/generating_output.rst # docs/features/settings.rst
| * Updated documentationKevin Van Brunt2020-01-071-1/+1
| |
| * Changed allow_ansi to allow_style for accuracy in what types of ANSI escape ↵Kevin Van Brunt2019-12-191-2/+2
| | | | | | | | sequences are handled
* | Spacing fixkotfu2019-11-291-1/+0
| |
* | Finish documenting settings and add new builtin_commands documentkotfu2019-11-291-29/+71
| |
* | Finish generating_output and document output related settingskotfu2019-11-291-27/+44
| |
* | Documentation for colored output #765kotfu2019-11-231-20/+42
|/
* Created a new documentation section on "Output redirection and pipes"Todd Leonhardt2019-11-031-0/+1
| | | | | | | | Also: - Moved existing output redirection documentation from "Generating Output" section there - Significantly expanded upon this - Improved documentation on Command Scripts - Added missing setting to Settings documentation section
* Integrate ‘parameter changes’ document into new doc structurekotfu2019-07-161-0/+62
|
* Integrate the unfreefeatures legacy documentationkotfu2019-07-161-0/+33
|
* Skeleton doc structure complete for #709kotfu2019-07-021-0/+6