mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-05 22:10:59 +00:00
default true flags don't work?
This commit is contained in:
parent
df54ce1eef
commit
e80cb70a98
1 changed files with 1 additions and 1 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue