Skip to content

Commit d2347f3

Browse files
authored
change scrape_expiries to default to false for uniffi bindings (#26)
1 parent 7ffaaaf commit d2347f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/opts.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ pub struct Opts {
108108
#[clap(help("do not look for config in default locations"))]
109109
pub no_default_config: bool,
110110

111+
#[cfg_attr(feature = "uniffi", uniffi(default = false))]
111112
#[clap(long)]
112113
#[clap(help("attempt scraping supported expiries of given host and exit"))]
113114
pub scrape_expiries: bool,

0 commit comments

Comments
 (0)