Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verbosity settings are not propagated to Scarb calls in subcommands #1923

Open
DelevoXDG opened this issue Jan 27, 2025 · 0 comments
Open

Verbosity settings are not propagated to Scarb calls in subcommands #1923

DelevoXDG opened this issue Jan 27, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@DelevoXDG
Copy link
Contributor

cairo-run, cairo-test, execute rely on ScarbCommand to make calls to Scarb, e.g.:

ScarbCommand::new()

However, verbosity settings are not propagated to these Scarb calls:

scarb execute --quiet
   Compiling executable_example v0.1.0 ([..]/scarb/examples/executable_example/Scarb.toml)
    Finished `dev` profile target(s) in 2 seconds

We should propagate these either via flag or env.

@DelevoXDG DelevoXDG added the bug Something isn't working label Jan 27, 2025
@github-project-automation github-project-automation bot moved this to Triage in Scarb Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Triage
Development

No branches or pull requests

1 participant