Sha256: 5ea10bc987eae3cfea0f66277b70aa50922f651ae9742f1ba0df9403615b5ab3
Contents?: true
Size: 272 Bytes
Versions: 58
Compression:
Stored size: 272 Bytes
Contents
class Kubes::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
58 entries across 58 versions & 1 rubygems