class Dry::CLI::CommandRegistry::LookupResult

def initialize(node, arguments, names, found)

Other tags:
    Api: - private

Other tags:
    Since: - 0.1.0
def initialize(node, arguments, names, found)
  @node      = node
  @arguments = arguments
  @names     = names
  @found     = found
end