mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Minor tweak to make explicit order of arguments to middleman init
This commit is contained in:
parent
08593fddff
commit
1174876c7a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module Middleman
|
|||
help_check if options[:help]
|
||||
end
|
||||
|
||||
desc "init NAME", "Create new Middleman project directory NAME"
|
||||
desc "init NAME [options]", "Create new Middleman project directory NAME"
|
||||
available_templates = Middleman::Templates.registered_names.join(", ")
|
||||
method_option "template", :aliases => "-T", :default => "default", :desc => "Optionally use a pre-defined project template: #{available_templates}"
|
||||
method_option "css_dir", :default => "stylesheets", :desc => 'The path to the css files'
|
||||
|
|
Loading…
Reference in a new issue