mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
XONSH_TRACE_SUBPROC docs (#5467)
## For community ⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment** Co-authored-by: a <1@1.1>
This commit is contained in:
parent
2908f4da17
commit
b0b1fe0ac1
1 changed files with 1 additions and 1 deletions
|
@ -1205,7 +1205,7 @@ The file should contain a function with the signature
|
|||
validate=is_bool_or_int,
|
||||
convert=to_bool_or_int,
|
||||
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 a specification. Use ``3`` to have full specification.",
|
||||
)
|
||||
XONSH_TRACE_COMPLETIONS = Var.with_default(
|
||||
False,
|
||||
|
|
Loading…
Add table
Reference in a new issue