fix: pm2 argv

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2022-10-20 22:36:28 +08:00
parent 5ca24c8efc
commit bb35026fc5

View File

@@ -41,6 +41,9 @@ const commander = program
// debug
.option('--http_request_verbose', 'enable http request verbose')
// other
.option('--color', 'force enable shell color')
commander.parse()
const argv = commander.opts()