diff --git a/src/index.js b/src/index.js index 28e68a1..bad1818 100644 --- a/src/index.js +++ b/src/index.js @@ -47,7 +47,9 @@ function main() { .version(PKG.version) .description(chalk.yellow.bold('*** HackMyResume ***')) .option('-o --opts ', 'Path to a .hackmyrc options file') - .option('-s --silent', 'Run in silent mode'); + .option('-s --silent', 'Run in silent mode') + .option('--no-color', 'Disable colors') + .option('--color', 'Enable colors'); //.usage('COMMAND [TO ]'); // Create the NEW command