Skip to content

Commit aea65c5

Browse files
committed
reorder structopt attributes
1 parent 48e78cc commit aea65c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub struct Cli {
2222
path: std::path::PathBuf,
2323

2424
/// File to search for
25-
#[structopt(default_value, short, long)]
25+
#[structopt(short, long, default_value)]
2626
file: String,
2727

2828
/// Enables helper headline

0 commit comments

Comments
 (0)