Skip to content

Commit 4cea228

Browse files
committed
fix: fix short variant of output format command
1 parent 9e811fe commit 4cea228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ struct Cli {
6565
exclude_keywords: Vec<String>,
6666

6767
/// Output format
68-
#[arg(short, long, default_value = "html")]
68+
#[arg(short = 'f', long, default_value = "html")]
6969
output_format: OutputFormat,
7070

7171
/// Output directory

0 commit comments

Comments
 (0)