Skip to content

Commit

Permalink
check: give qmdl-path a shorthand arg
Browse files Browse the repository at this point in the history
  • Loading branch information
wgreenberg committed Jan 21, 2025
1 parent fbd85d9 commit b82781e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/src/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mod dummy_analyzer;
#[derive(Parser, Debug)]
#[command(version, about)]
struct Args {
#[arg(long)]
#[arg(short = 'p', long)]
qmdl_path: PathBuf,

#[arg(short, long)]
Expand Down

0 comments on commit b82781e

Please sign in to comment.