Skip to content

Commit

Permalink
fix: fix short variant of output format command
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Nov 2, 2024
1 parent 9e811fe commit 4cea228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ struct Cli {
exclude_keywords: Vec<String>,

/// Output format
#[arg(short, long, default_value = "html")]
#[arg(short = 'f', long, default_value = "html")]
output_format: OutputFormat,

/// Output directory
Expand Down

0 comments on commit 4cea228

Please sign in to comment.