Sha256: cc71ac47ecad875857dccaa68ba1d516f3741838361b83b8f9ce4950fe5e2556
Contents?: true
Size: 235 Bytes
Versions: 4
Compression:
Stored size: 235 Bytes
Contents
require 'thor' require 'htcht/cli/rails/rails' module Htcht # All subcommands go here class Main < Thor desc "rails COMMANDS", "For all your Ruby on Rails needs." subcommand "rails", Htcht::CLI::Rails::Rails end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
htcht-0.1.6 | lib/htcht/main.rb |
htcht-0.1.3 | lib/htcht/main.rb |
htcht-0.1.1 | lib/htcht/main.rb |
htcht-0.1.0 | lib/htcht/main.rb |