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 28, 2025
1 parent f96410e commit e24dac1
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 e24dac1

Please sign in to comment.