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:
Andy Kipp 2024-05-31 17:37:01 +02:00 committed by GitHub
parent 2908f4da17
commit b0b1fe0ac1
Failed to generate hash of commit

View file

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