Sha256: ccbb9e0c923f5985aab9216811a17c3652ab2d3fcb97c29394a677ad67f89c64

Contents?: true

Size: 166 Bytes

Versions: 2

Compression:

Stored size: 166 Bytes

Contents

require 'thor/actions'

module Gator
  class GenerateCommand < Command
    register_command Gator::Runner, "generate", "generate TASK", "Generators.", ["g"]
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gator-0.0.13.pre lib/gator/commands/generate_command.rb
gator-0.0.12.pre lib/gator/commands/generate_command.rb