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