Sha256: 5ae8167eb15ad2c87f2e8c742e38b57b9b751ae360558d639aedb89477859721

Contents?: true

Size: 179 Bytes

Versions: 1

Compression:

Stored size: 179 Bytes

Contents

require 'thor/actions'

module Gator
  class GenerateCommand < Command
    include Thor::Actions

    register_command "generate", "generate TASK", "Generators.", ["g"]

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gator-0.0.11.pre lib/gator/commands/generate_command.rb