π Bug Report
The -q flag only suppresses tracing logs and banners. It has no effect on the 100+ direct println!() calls in CLI commands.
For example, leo -q run still prints:
These come from unguarded println!() calls in the command implementations.
Related: #28084, #29051
π Bug Report
The
-qflag only suppresses tracing logs and banners. It has no effect on the 100+ directprintln!()calls in CLI commands.For example,
leo -q runstill prints:These come from unguarded
println!()calls in the command implementations.Related: #28084, #29051