Skip to content

Commit

Permalink
Fixed wldd CLI (issue #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesposito1988 committed Aug 10, 2023
1 parent da56d32 commit 30ab094
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/wldd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ use dependency_runner::runner::run;
use dependency_runner::system::WindowsSystem;

#[derive(Parser)]
#[clap(mut_arg("help", |arg| arg.short_alias('h')))]
#[clap(author, version, about, long_about = None)]
struct WlddCli {
#[clap(value_parser)]
Expand Down

0 comments on commit 30ab094

Please sign in to comment.