Sha256: c7aede5c1d3bd2272a8080df9d3fc8d1aa76d94defbab60ce44eff9468569eb7

Contents?: true

Size: 273 Bytes

Versions: 4

Compression:

Stored size: 273 Bytes

Contents

module ThorTemplate
  class CLI < Thor
    class Help
      class << self
        def hello(action)
<<-EOL
Adds a remote named <name> for the repository at <url>. The command git fetch <name> can then be used to create and update
EOL
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thor_template-0.0.4 lib/starter_project/lib/thor_template/cli/help.rb
thor_template-0.0.3 lib/starter_project/lib/thor_template/cli/help.rb
thor_template-0.0.2 lib/starter_project/lib/thor_template/cli/help.rb
thor_template-0.0.1 lib/starter_project/lib/thor_template/cli/help.rb