Add -B option as an alias to --skip-bundle
This commit is contained in:
parent
238f992551
commit
19908ca81a
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ module Middleman::Cli
|
||||||
:desc => "Don't create a Gemfile"
|
:desc => "Don't create a Gemfile"
|
||||||
method_option "skip-bundle",
|
method_option "skip-bundle",
|
||||||
:type => :boolean,
|
:type => :boolean,
|
||||||
|
:aliases => "-B",
|
||||||
:default => false,
|
:default => false,
|
||||||
:desc => "Don't run bundle install"
|
:desc => "Don't run bundle install"
|
||||||
method_option "skip-git",
|
method_option "skip-git",
|
||||||
|
|
Loading…
Add table
Reference in a new issue