Skip to content

Commit

Permalink
asda
Browse files Browse the repository at this point in the history
  • Loading branch information
frkri committed Mar 5, 2024
1 parent 1836069 commit 267e36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub struct Config {
/// The TLS configuration
#[serde(default)]
#[command(flatten)]
pub tls: <TlsConfig as ClapSerde>::Opt,
pub tls: <TlsConfig as Cla
}

#[derive(ClapSerde, Deserialize, Debug)]
Expand Down

0 comments on commit 267e36a

Please sign in to comment.