From 4cea2289fdbb600dc44a8f6fb8628d6f22ad9e79 Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Sat, 2 Nov 2024 16:23:14 +0300 Subject: [PATCH] fix: fix short variant of output format command --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index e99bc28..e4925e5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -65,7 +65,7 @@ struct Cli { exclude_keywords: Vec, /// Output format - #[arg(short, long, default_value = "html")] + #[arg(short = 'f', long, default_value = "html")] output_format: OutputFormat, /// Output directory