mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
set default value docs of XONSH_APPEND_NEWLINE
This commit is contained in:
parent
485c9677a6
commit
0f30790b2e
1 changed files with 2 additions and 1 deletions
|
@ -1158,7 +1158,8 @@ def DEFAULT_DOCS():
|
|||
),
|
||||
),
|
||||
"XONSH_APPEND_NEWLINE": VarDocs(
|
||||
"Append new line when a partial line is preserved in output."
|
||||
"Append new line when a partial line is preserved in output.",
|
||||
default="``$XONSH_INTERACTIVE``"
|
||||
),
|
||||
"XONSH_AUTOPAIR": VarDocs(
|
||||
"Whether Xonsh will auto-insert matching parentheses, brackets, and "
|
||||
|
|
Loading…
Add table
Reference in a new issue