Skip to content

Commit

Permalink
update options
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Apr 6, 2016
1 parent 854e746 commit 0835794
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions generators/beta/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ const TEMPLATEVERSION = 0;
module.exports = yeoman.Base.extend({
constructor: function() {
yeoman.Base.apply(this, arguments);
this.option('dryrun');
this.option('skipPrompt');
this.option('updateTemplate');
this.option('skipPrompt', { hide: true });
this.option('updateTemplate', { desc: 'Update template.'});
this.props = {};
this.updateConfigTemplate = function() {
const questions = [
Expand Down

0 comments on commit 0835794

Please sign in to comment.