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:
Lucy Voigt 2023-02-28 13:51:20 -08:00 committed by GitHub
parent 458c10205e
commit ea03754934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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