Sha256: c853368c605caba4e0cfe3bf1ed83692daecaffb3816d5a795607ad03c2cdd40
Contents?: true
Size: 246 Bytes
Versions: 10
Compression:
Stored size: 246 Bytes
Contents
module CliTemplate::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
Version data entries
10 entries across 10 versions & 1 rubygems