Skip to content

Commit

Permalink
Merge pull request #24 from dark0dave/fix/22
Browse files Browse the repository at this point in the history
fix(skip_installed): Skip installed should set be true when set
  • Loading branch information
dark0dave authored Nov 11, 2023
2 parents dededf4 + f6de3e6 commit 5ac67bd
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 5ac67bd

Please sign in to comment.