Add quiet/verbose options (#8996)

Merge pull request 8996
This commit is contained in:
Emily Grace Seville 2022-03-18 05:25:31 +10:00 committed by GitHub
parent 62ef1580ec
commit 6984a64932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -69,11 +69,13 @@
- name: Verbose output
description: Print verbose output.
option: "verbose: BOOL"
flag: -V, --verbose
- name: Silence output
description: Silence the normal output from Jekyll during a build.
option: "quiet: BOOL"
flag: -q, --quiet