pub static SILENT: AtomicBoolExpand description
Global silent mode flag for --silent output.
When set, create/mutate commands print only the ID or key
instead of full output. Avoids threading a silent bool
through every handler signature.
pub static SILENT: AtomicBoolGlobal silent mode flag for --silent output.
When set, create/mutate commands print only the ID or key
instead of full output. Avoids threading a silent bool
through every handler signature.