Skip to content

Commit

Permalink
feat: add --quiet flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabpramanik committed Apr 5, 2024
1 parent b559e14 commit d830220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common-tests/src/cargo_shuttle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pub async fn cargo_shuttle_run(working_directory: &str, external: bool) -> Strin
external,
release: false,
raw: false,
quiet: false,
secret_args: Default::default(),
};

Expand Down

0 comments on commit d830220

Please sign in to comment.