default true flags don't work?

This commit is contained in:
Xiaochuan Yu 2020-10-10 11:24:56 -04:00
parent df54ce1eef
commit e80cb70a98

View file

@ -11,7 +11,7 @@ pub(crate) struct LycheeOptions {
#[options(help = "Verbose program output")]
pub verbose: bool,
#[options(help = "Show progress", default = "true")]
#[options(help = "Show progress")]
pub progress: bool,
#[options(help = "Maximum number of allowed redirects", default = "10")]