Skip to content

Commit

Permalink
doc(cli): update --verbose doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 committed Sep 5, 2024
1 parent 1ab9a92 commit c6b36df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/biome_cli/src/cli_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub struct CliOptions {
#[bpaf(long("use-server"), switch, fallback(false))]
pub use_server: bool,

/// Print additional diagnostics, and some diagnostics show more information.
/// Print additional diagnostics, and some diagnostics show more information. If any lints applied fixes, this flag will also print which files were fixed.
#[bpaf(long("verbose"), switch, fallback(false))]
pub verbose: bool,

Expand Down

0 comments on commit c6b36df

Please sign in to comment.