Sha256: c28077a7a6622d70ba0d061c2b774eb2fcf32de5323bf63d06b97bbbc67c9862
Contents?: true
Size: 211 Bytes
Versions: 94
Compression:
Stored size: 211 Bytes
Contents
require '__app__' module __App__ module EntryPoint def self.call(args) cmd, command_name, args = __App__::Resolver.call(args) __App__::Executor.call(cmd, command_name, args) end end end
Version data entries
94 entries across 94 versions & 2 rubygems