Skip to main content

SILENT

Static SILENT 

Source
pub static SILENT: AtomicBool
Expand 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.