Skip to content

Commit

Permalink
feat(setup): add -k alias for --skip-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Camp committed Mar 2, 2016
1 parent 20ccda4 commit fcd841a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function initCommand(program) {
program
.command('setup [version]')
.option('-u, --update', 'Update the local NodeCG installation')
.option('--skip-dependencies', 'Skip installing npm & bower dependencies')
.option('-k, --skip-dependencies', 'Skip installing npm & bower dependencies')
.description('Install a new NodeCG instance')
.action(action);
};
Expand Down

0 comments on commit fcd841a

Please sign in to comment.