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 31d43b7 commit b6b1b49
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ Global options applied to all commands
console output is determined to be incompatible
--use-server Connect to a running instance of the Biome daemon server.
--verbose Print additional diagnostics, and some diagnostics show more
information.
information. If any lints applied fixes, this flag will also print
which files were fixed.
--config-path=PATH Set the file path to the configuration file, or the directory path to
find `biome.json` or `biome.jsonc`. If used, it disables the default
configuration file resolution.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ Global options applied to all commands
console output is determined to be incompatible
--use-server Connect to a running instance of the Biome daemon server.
--verbose Print additional diagnostics, and some diagnostics show more
information.
information. If any lints applied fixes, this flag will also print
which files were fixed.
--config-path=PATH Set the file path to the configuration file, or the directory path to
find `biome.json` or `biome.jsonc`. If used, it disables the default
configuration file resolution.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ Global options applied to all commands
console output is determined to be incompatible
--use-server Connect to a running instance of the Biome daemon server.
--verbose Print additional diagnostics, and some diagnostics show more
information.
information. If any lints applied fixes, this flag will also print
which files were fixed.
--config-path=PATH Set the file path to the configuration file, or the directory path to
find `biome.json` or `biome.jsonc`. If used, it disables the default
configuration file resolution.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ Global options applied to all commands
console output is determined to be incompatible
--use-server Connect to a running instance of the Biome daemon server.
--verbose Print additional diagnostics, and some diagnostics show more
information.
information. If any lints applied fixes, this flag will also print
which files were fixed.
--config-path=PATH Set the file path to the configuration file, or the directory path to
find `biome.json` or `biome.jsonc`. If used, it disables the default
configuration file resolution.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Global options applied to all commands
console output is determined to be incompatible
--use-server Connect to a running instance of the Biome daemon server.
--verbose Print additional diagnostics, and some diagnostics show more
information.
information. If any lints applied fixes, this flag will also print
which files were fixed.
--config-path=PATH Set the file path to the configuration file, or the directory path to
find `biome.json` or `biome.jsonc`. If used, it disables the default
configuration file resolution.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Global options applied to all commands
console output is determined to be incompatible
--use-server Connect to a running instance of the Biome daemon server.
--verbose Print additional diagnostics, and some diagnostics show more
information.
information. If any lints applied fixes, this flag will also print
which files were fixed.
--config-path=PATH Set the file path to the configuration file, or the directory path to
find `biome.json` or `biome.jsonc`. If used, it disables the default
configuration file resolution.
Expand Down

0 comments on commit b6b1b49

Please sign in to comment.