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