Sha256: 28bec2188729f4f8879616fc1253fe8924c48d9c88b9be537d74424d51d0fb0f

Contents?: true

Size: 201 Bytes

Versions: 1

Compression:

Stored size: 201 Bytes

Contents

require 'exctl/commands'

module Exctl
  class Dispatch
    def self.dispatch(proj_root, args)
      commands = Exctl::Commands.new(proj_root)

      pp commands.map{|c| c.full_name}
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exctl-0.0.4 lib/exctl/dispatch.rb