lib/gator/commands/generate.rb in gator-0.0.14.pre vs lib/gator/commands/generate.rb in gator-0.0.16.pre

- old
+ new

@@ -1,8 +1,8 @@ require 'thor/actions' module Gator class GenerateCommand < Command - define :on => Gator::Runner, :as => "generate", :short => "g", + define :command => "generate", :short => "g", :usage => "generate TASK", :description => "Generators." end end \ No newline at end of file