Skip to content
Snippets Groups Projects
Unverified Commit 06707705 authored by syuilo's avatar syuilo
Browse files

Add dummy option for some libraries

parent 68ee9a00
No related branches found
No related tags found
No related merge requests found
......@@ -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 };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment