diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-28 15:12:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-28 15:12:49 -0500 |
commit | 5a88fcf4a54c834edf70bf75020763a23d49f146 (patch) | |
tree | fd271ddc070c2f7df9563d3a81d6d9bd8a188688 /docs/features/builtin_commands.rst | |
parent | 95f8d883496044bcb95ce803752a8851de6ad0e5 (diff) | |
parent | 691d7759dab0c8a0e11b5c64bfb84c25fcfc7515 (diff) | |
download | cmd2-git-5a88fcf4a54c834edf70bf75020763a23d49f146.tar.gz |
Merge pull request #864 from python-cmd2/reduce_settable_attributes
Reduce settable attributes and renamed locals_in_py
Diffstat (limited to 'docs/features/builtin_commands.rst')
-rw-r--r-- | docs/features/builtin_commands.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/features/builtin_commands.rst b/docs/features/builtin_commands.rst index 540cfbb1..025149b3 100644 --- a/docs/features/builtin_commands.rst +++ b/docs/features/builtin_commands.rst @@ -93,14 +93,11 @@ within a running application: (Cmd) set --long allow_style: Terminal # Allow ANSI text style sequences in output (valid values: Terminal, Always, Never) - continuation_prompt: > # On 2nd+ line of input debug: False # Show full error stack on error echo: False # Echo command issued into output editor: vim # Program used by ``edit`` feedback_to_output: False # include nonessentials in `|`, `>` results - locals_in_py: False # Allow access to your application in py via self max_completion_items: 50 # Maximum number of CompletionItems to display during tab completion - prompt: (Cmd) # The prompt issued to solicit input quiet: False # Don't print nonessential feedback timing: False # Report execution times |