Remove double NAME in extension cli task
This commit is contained in:
parent
fd80027af6
commit
955eb03908
|
@ -12,7 +12,7 @@ module Middleman::Cli
|
||||||
# Required path for the new project to be generated
|
# Required path for the new project to be generated
|
||||||
argument :name, :type => :string
|
argument :name, :type => :string
|
||||||
|
|
||||||
desc "extension NAME [options]", "Create Middleman extension scaffold NAME"
|
desc "extension [options]", "Create Middleman extension scaffold NAME"
|
||||||
|
|
||||||
# The extension task
|
# The extension task
|
||||||
# @param [String] name
|
# @param [String] name
|
||||||
|
|
Loading…
Reference in a new issue