Sha256: c15647fcdc91273eb8e9cc62138f7efe763c279e6527dcaa18e469fff2a4a157

Contents?: true

Size: 280 Bytes

Versions: 6

Compression:

Stored size: 280 Bytes

Contents

class Lono::Bundler::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

6 entries across 6 versions & 1 rubygems

Version Path
lono-8.0.0.pre.rc6 lib/lono/bundler/cli/help.rb
lono-8.0.0.pre.rc5 lib/lono/bundler/cli/help.rb
lono-8.0.0.pre.rc4 lib/lono/bundler/cli/help.rb
lono-8.0.0.pre.rc3 lib/lono/bundler/cli/help.rb
lono-8.0.0.pre.rc2 lib/lono/bundler/cli/help.rb
lono-8.0.0.pre.rc1 lib/lono/bundler/cli/help.rb