mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
wip
This commit is contained in:
parent
0aceced733
commit
52c96c9dd5
1 changed files with 0 additions and 1 deletions
|
@ -1188,7 +1188,6 @@ The file should contain a function with the signature
|
||||||
)
|
)
|
||||||
XONSH_TRACE_SUBPROC = Var(
|
XONSH_TRACE_SUBPROC = Var(
|
||||||
default=always_false,
|
default=always_false,
|
||||||
convert=to_bool_or_int,
|
|
||||||
doc="Set to ``True`` or ``1`` to show arguments list of every executed subprocess command. "
|
doc="Set to ``True`` or ``1`` to show arguments list of every executed subprocess command. "
|
||||||
"Use ``2`` to have full specification.",
|
"Use ``2`` to have full specification.",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue