mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Update 'verbose' in lychee TOML example to be Verbosity instead of boolean (#971)
Co-authored-by: Lucy Voigt <lvoigt@launchdarkly.com>
This commit is contained in:
parent
458c10205e
commit
ea03754934
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
############################# Display #############################
|
||||
|
||||
# Verbose program output
|
||||
verbose = false
|
||||
# Accepts log level: "error", "warn", "info", "debug", "trace"
|
||||
verbose = "info"
|
||||
|
||||
# Don't show interactive progress bar while checking links.
|
||||
no_progress = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue