Skip to content

Commit 89a24b1

Browse files
gvozdvmozgubenfdking
authored andcommitted
chore: add docs
1 parent a770512 commit 89a24b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/cli/src/commands.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ pub struct LintArgs {
2626
#[derive(Debug, Parser)]
2727
pub struct FixArgs {
2828
pub paths: Vec<PathBuf>,
29+
/// Skip the confirmation prompt and go straight to applying fixes.
2930
#[arg(short, long)]
3031
pub force: bool,
3132
}

0 commit comments

Comments
 (0)