mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
The --quiet and --verbose options can be called from any command (parent or subcommands), yet they are only defined once. Code adapted from: https://github.com/mitsuhiko/click/issues/108#issuecomment-44691173 If either or both options are defined more than once by the user, the last option defined is the only one which controls. No support of -vvv to increase verbosity. MkDocks only utilizes a few loging levels so the additional control offers no real value. Can always be added later. Updated release notes.