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