We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e78cc commit aea65c5Copy full SHA for aea65c5
1 file changed
src/main.rs
@@ -22,7 +22,7 @@ pub struct Cli {
22
path: std::path::PathBuf,
23
24
/// File to search for
25
- #[structopt(default_value, short, long)]
+ #[structopt(short, long, default_value)]
26
file: String,
27
28
/// Enables helper headline
0 commit comments