Sha256: 2a87b77e670c2ab2331bfea0ce66d0da42aea7b3dd103f60199808ef138e9938
Contents?: true
Size: 252 Bytes
Versions: 2
Compression:
Stored size: 252 Bytes
Contents
# frozen_string_literal: true module Mutant # Commandline interface module CLI # Parse command # # @return [Command] def self.parse(arguments:, world:) Command::Root.parse(arguments:, world:) end end # CLI end # Mutant
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mutant-0.12.4 | lib/mutant/cli.rb |
mutant-0.12.3 | lib/mutant/cli.rb |