mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
Update environ.py: fix RST formatted comment
This commit is contained in:
parent
b5769cc88a
commit
b30469fac1
1 changed files with 1 additions and 1 deletions
|
@ -1116,7 +1116,7 @@ class SubprocessSetting(Xettings):
|
||||||
XONSH_CAPTURE_ALWAYS = Var.with_default(
|
XONSH_CAPTURE_ALWAYS = Var.with_default(
|
||||||
False,
|
False,
|
||||||
"Try to capture output of commands run without explicit capturing.\n"
|
"Try to capture output of commands run without explicit capturing.\n"
|
||||||
"If True, xonsh will capture the output of commands run directly or in ``![]``"
|
"If True, xonsh will capture the output of commands run directly or in ``![]`` "
|
||||||
"to the session history.\n"
|
"to the session history.\n"
|
||||||
"Setting to True has the following disadvantages:\n"
|
"Setting to True has the following disadvantages:\n"
|
||||||
"* Some interactive commands won't work properly (like when ``git`` invokes an interactive editor).\n"
|
"* Some interactive commands won't work properly (like when ``git`` invokes an interactive editor).\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue