Sha256: d93a9056b2e4791189025efe113d76dbf024bec7482a1fc9b85f286e0d93f4fb

Contents?: true

Size: 197 Bytes

Versions: 4

Compression:

Stored size: 197 Bytes

Contents

require 'thor/actions'

class Gator
  class GenerateCommand < Command
    define :command => "generate", :short => "g",
           :usage => "generate TASK", :description => "Generators."
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gator-0.0.25.pre lib/gator/plugins/generators/generate_command.rb
gator-0.0.24.pre lib/gator/plugins/generators/generate_command.rb
gator-0.0.23.pre lib/gator/plugins/generators/generate_command.rb
gator-0.0.22.pre lib/gator/plugins/generators/generate_command.rb