mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 00:41:00 +01:00
add VarDocs for COMPLETIONS_BRACKETS
This commit is contained in:
parent
2f96365257
commit
9c40c230e0
1 changed files with 3 additions and 0 deletions
|
@ -379,6 +379,9 @@ def DEFAULT_DOCS():
|
|||
'with Bash, xonsh always prefer an existing relative path.'),
|
||||
'COLOR_INPUT': VarDocs('Flag for syntax highlighting interactive input.'),
|
||||
'COLOR_RESULTS': VarDocs('Flag for syntax highlighting return values.'),
|
||||
'COMPLETIONS_BRACKETS': VarDocs(
|
||||
'Flag to enable/disable inclusion of square brackets and parentheses '
|
||||
'in Python attribute completions.', default='True'),
|
||||
'COMPLETIONS_DISPLAY': VarDocs(
|
||||
'Configure if and how Python completions are displayed by the '
|
||||
'prompt_toolkit shell.\n\nThis option does not affect Bash '
|
||||
|
|
Loading…
Add table
Reference in a new issue