We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ffaaaf commit d2347f3Copy full SHA for d2347f3
src/opts.rs
@@ -108,6 +108,7 @@ pub struct Opts {
108
#[clap(help("do not look for config in default locations"))]
109
pub no_default_config: bool,
110
111
+ #[cfg_attr(feature = "uniffi", uniffi(default = false))]
112
#[clap(long)]
113
#[clap(help("attempt scraping supported expiries of given host and exit"))]
114
pub scrape_expiries: bool,
0 commit comments