From 3619df32ab2b2f20e8825c373a1009eea58d8988 Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Tue, 21 Jan 2025 15:14:55 -0800 Subject: [PATCH] check: give qmdl-path a shorthand arg --- bin/src/check.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/src/check.rs b/bin/src/check.rs index 3637369..9a535a8 100644 --- a/bin/src/check.rs +++ b/bin/src/check.rs @@ -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)]