check: give qmdl-path a shorthand arg

This commit is contained in:
Will Greenberg
2025-01-21 15:14:55 -08:00
committed by Cooper Quintin
parent 34d87d1fd7
commit 3619df32ab

View File

@@ -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)]