Description
Commands can run quietly while still showing output when they fail.
It is useful for cron jobs, scripts, and automation where successful output is noise but failure details matter. Wrapped commands still perform their normal actions, so test automation before relying on it unattended.