Add dummy option for some libraries

This commit is contained in:
syuilo 2019-02-04 19:41:31 +09:00
parent 68ee9a008e
commit 06707705bf
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -9,6 +9,7 @@ program
.option('--quiet', 'Suppress all logs')
.option('--verbose', 'Enable all logs')
.option('--slow', 'Delay all requests (for debbuging)')
.option('--color', 'This option is a dummy for some external program\'s (e.g. forever) issue.')
.parse(process.argv);
export { program };