lib/potassium/cli/commands/create.rb in potassium-1.2.3 vs lib/potassium/cli/commands/create.rb in potassium-1.2.4
- old
+ new
@@ -1,6 +1,9 @@
module Potassium::CLI
+ desc "Create a new Potassium Rails project."
+ arg 'app_path'
command :create do |c|
+ c.default_desc "Create a new project."
c.action do |global_options, options, args|
require "potassium/templates/application/generator"
require "potassium/template_finder"
template_finder = Potassium::TemplateFinder.new