Add --verbose option

This commit is contained in:
syuilo 2019-02-04 12:14:07 +09:00
parent 3be89e9702
commit 4982ea8f14
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@ program
.option('--no-daemons', 'Disable daemon processes (for debbuging)')
.option('--disable-clustering', 'Disable clustering')
.option('--quiet', 'Suppress all logs')
.option('--verbose', 'Enable all logs')
.option('--slow', 'Delay all requests (for debbuging)')
.parse(process.argv);