Skip to content

Commit

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

0 comments on commit 7ec9c06

Please sign in to comment.