Sha256: ffe6bd97c0a18b4f25568b19b0d2d77ce83aca1b8ea18c5866fc9b65cc3f5e8f
Contents?: true
Size: 280 Bytes
Versions: 3
Compression:
Stored size: 280 Bytes
Contents
class GoogleSslCert::CLI module Help class << self def text(namespaced_command) path = namespaced_command.to_s.gsub(':','/') path = File.expand_path("../help/#{path}.md", __FILE__) IO.read(path) if File.exist?(path) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
google-ssl-cert-0.2.1 | lib/google_ssl_cert/cli/help.rb |
google-ssl-cert-0.2.0 | lib/google_ssl_cert/cli/help.rb |
google-ssl-cert-0.1.0 | lib/google_ssl_cert/cli/help.rb |