forked from mkdocs/mkdocs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added common options to CLI: -q & -v.
The --quiet and --verbose options can be called from any command (parent or subcommands), yet they are only defined once. Code adapted from: pallets/click#108 (comment) 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.
- Loading branch information
Showing
1 changed file
with
53 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters