Sha256: 27bf91ae0a038b8032ac54b12b51ebc85629213486b2558e5d36847f14cea52c

Contents?: true

Size: 247 Bytes

Versions: 4

Compression:

Stored size: 247 Bytes

Contents

module AwsInventory::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

4 entries across 4 versions & 1 rubygems

Version Path
aws-inventory-0.4.5 lib/aws_inventory/help.rb
aws-inventory-0.4.3 lib/aws_inventory/help.rb
aws-inventory-0.4.2 lib/aws_inventory/help.rb
aws-inventory-0.4.0 lib/aws_inventory/help.rb