Skip to content

Commit

Permalink
disable the short option for --base option
Browse files Browse the repository at this point in the history
  • Loading branch information
shouya committed Feb 22, 2024
1 parent f169819 commit c93dab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ struct TestConfig {
#[clap(long, short)]
quiet: bool,
/// The base URL of the feed, used for resolving relative urls
#[clap(long, short)]
#[clap(long)]
base: Option<Url>,
}

Expand Down

0 comments on commit c93dab7

Please sign in to comment.