Add --verbose option
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user