Skip to content

Fully respect verbosity in scarb execute #2877

@DelevoXDG

Description

@DelevoXDG

It would make sense for --quiet to hide all outputs of scarb execute.

#[executable]
fn main() {
    println!("hello world");
}
scarb execute --quiet
hello world

currently the print! outputs are printed to stdout regardless of verbosity settings because we delegate to CairoHintProcessor

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions