Skip to content

Commit

Permalink
fix: remove option flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavale committed Feb 17, 2024
1 parent 3f74cb2 commit 405a0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use clap::Parser;
#[command(version, about)]
struct Cli {
/// Optional name to operate on
#[arg(short, long, value_name = "FILE")]
#[arg(value_name = "FILE")]
files: Vec<PathBuf>,
}

Expand Down

0 comments on commit 405a0f6

Please sign in to comment.