From be691e42302a00048420368e79b4b845d80cea1a Mon Sep 17 00:00:00 2001 From: hacksalot Date: Tue, 12 Jan 2016 12:46:05 -0500 Subject: [PATCH] Remove commented lines. --- src/cli/main.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/cli/main.js b/src/cli/main.js index 753a37a..858c7f0 100644 --- a/src/cli/main.js +++ b/src/cli/main.js @@ -44,7 +44,6 @@ Definition of the `main` function. var program = new Command('hackmyresume') .version(PKG.version) .description(chalk.yellow.bold('*** HackMyResume ***')) - //.option('-o --optionsSafe ', 'Path to a .hackmyrc options file', /^\"(.*)\"$/i ) .option('-s --silent', 'Run in silent mode') .option('--no-color', 'Disable colors') .option('--color', 'Enable colors') @@ -52,7 +51,6 @@ Definition of the `main` function. .option('-v --version', 'Show the version') .allowUnknownOption(); program.jsonArgs = initInfo.options; - //.usage('COMMAND [TO ]'); // Create the NEW command program @@ -78,7 +76,6 @@ Definition of the `main` function. // Create the CONVERT command program .command('convert') - //.arguments('') .description('Convert a resume to/from FRESH or JSON RESUME format.') .action(function() { var x = splitSrcDest.call( this ); @@ -98,8 +95,6 @@ Definition of the `main` function. program .command('build') .alias('generate') - //.arguments(' TO [targets]') - //.usage('...') .option('-t --theme ', 'Theme name or path') .option('-n --no-prettify', 'Disable HTML prettification', true) .option('-c --css