Skip to content

Commit

Permalink
fix(skip_installed): Skip installed should set be true when set
Browse files Browse the repository at this point in the history
Signed-off-by: dark0dave <dark0dave@mykolab.com>
  • Loading branch information
dark0dave committed Nov 11, 2023
1 parent dededf4 commit f6de3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub struct Args {
pub depth: usize,

/// Compare against installed weidu log, note this is best effort
#[clap(long, short, action=ArgAction::SetFalse)]
#[clap(long, short, action=ArgAction::SetTrue)]
pub skip_installed: bool,
}

Expand Down

0 comments on commit f6de3e6

Please sign in to comment.