set default value docs of XONSH_APPEND_NEWLINE

This commit is contained in:
virus 2019-06-01 21:27:59 +09:00
parent 485c9677a6
commit 0f30790b2e

View file

@ -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 "