Sha256: 12ce8b3748ff4daf0a4b4538b66f3e8646da2a39fef1e98c136c6760c4cb86d1

Contents?: true

Size: 387 Bytes

Versions: 4

Compression:

Stored size: 387 Bytes

Contents

$:.unshift(File.expand_path("../", __FILE__))
require "cli-template/version"

module CliTemplate
  autoload :Help, 'cli-template/help'
  autoload :CLI, 'cli-template/cli'
  autoload :Command, 'cli-template/command'
  autoload :Version, 'cli-template/version'
  autoload :Sequence, 'cli-template/sequence'
  autoload :New, 'cli-template/new'
  autoload :Helper, 'cli-template/helper'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cli-template-3.5.1 lib/cli-template.rb
cli-template-3.5.0 lib/cli-template.rb
cli-template-3.4.0 lib/cli-template.rb
cli-template-3.3.0 lib/cli-template.rb