[Server] Enable slow option

This commit is contained in:
syuilo
2019-02-04 10:03:49 +09:00
parent d6dba7fd71
commit c4c7783691
2 changed files with 8 additions and 4 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('--slow', 'Delay all requests (for debbuging)')
.parse(process.argv);
export { program };