Skip to content

[Bug] -q flag does not suppress println outputΒ #29053

Description

@JoshuaBatty

πŸ› 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:

➑️  Output

 β€’ 3u32

These come from unguarded println!() calls in the command implementations.

Related: #28084, #29051

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions