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