Sha256: ff56904a68030d00ced5c11ae69291986a2cb7fde2100bc947db02746585c779

Contents?: true

Size: 200 Bytes

Versions: 7

Compression:

Stored size: 200 Bytes

Contents

require 'clag'

module Clag
  module EntryPoint
    def self.call(args)
      cmd, command_name, args = Clag::Resolver.call(args)

      Clag::Executor.call(cmd, command_name, args)
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
clag-0.0.7 lib/clag/entry_point.rb
clag-0.0.6 lib/clag/entry_point.rb
clag-0.0.5 lib/clag/entry_point.rb
clag-0.0.4 lib/clag/entry_point.rb
clag-0.0.3 lib/clag/entry_point.rb
clag-0.0.2 lib/clag/entry_point.rb
clag-0.0.1 lib/clag/entry_point.rb