Class: Exctl::Dispatch

Inherits:
Object show all
Defined in:
lib/exctl/dispatch.rb

Class Method Summary collapse

Class Method Details

.dispatch(proj_root, args) ⇒ Object



5
6
7
8
9
# File 'lib/exctl/dispatch.rb', line 5

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

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