Skip to content

Commit

Permalink
Rename --preserve_case option to be --preserve-case
Browse files Browse the repository at this point in the history
Silly typo :(
  • Loading branch information
dmerejkowsky committed Oct 12, 2024
1 parent aa03e8c commit cf2650d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ struct Options {
word_regex: bool,

#[arg(
long = "preserve_case",
long = "preserve-case",
help = "Replace all case variants of the pattern (snake_case, CamelCase and so on)"
)]
preserve_case: bool,
Expand Down

0 comments on commit cf2650d

Please sign in to comment.