Sha256: bd0a7877308bd292020f644e37f47cfba73dd5116b6df76b040eb01685f2fdbf

Contents?: true

Size: 200 Bytes

Versions: 1

Compression:

Stored size: 200 Bytes

Contents

require "thor"

module Matchd
  module CLI
    autoload :ConfigFileOption, "matchd/cli/config_file_option"

    autoload :Config, "matchd/cli/config"
    autoload :Main,   "matchd/cli/main"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
matchd-0.1.0 lib/matchd/cli.rb