Sha256: 081140d6c37ff1ffcf5d15dfb21e4a86cac268ef652f0f345a06c2ca1a5b0b5a

Contents?: true

Size: 223 Bytes

Versions: 5

Compression:

Stored size: 223 Bytes

Contents

module ThorTemplate
  class CLI < Command
    class Help
      class << self
        def generate
<<-EOL
Examples:

$ thor_template new hello

$ thor_template new another_project
EOL
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
thor_template-2.0.2 lib/thor_template/cli/help.rb
thor_template-2.0.1 lib/thor_template/cli/help.rb
thor_template-2.0.0 lib/thor_template/cli/help.rb
thor_template-1.0.1 lib/thor_template/cli/help.rb
thor_template-1.0.0 lib/thor_template/cli/help.rb