Sha256: 68e5052eddbf32351f93cd36acb79e497256eca36b63236ebcb7b1b3dc0b80ef

Contents?: true

Size: 472 Bytes

Versions: 8

Compression:

Stored size: 472 Bytes

Contents

# frozen_string_literal: true

module Mutant
  module CLI
    class Command
      class Environment < self
        SUBCOMMANDS = [Environment::Subject, Environment::Show].freeze
      end # Environment

      class Root < self
        NAME              = 'mutant'
        SHORT_DESCRIPTION = 'mutation testing engine main command'
        SUBCOMMANDS       = [Environment::Run, Environment, Subscription].freeze
      end # Root
    end # Command
  end # CLI
end # Mutant

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mutant-0.10.25 lib/mutant/cli/command/root.rb
mutant-0.10.24 lib/mutant/cli/command/root.rb
mutant-0.10.23 lib/mutant/cli/command/root.rb
mutant-0.10.22 lib/mutant/cli/command/root.rb
mutant-0.10.21 lib/mutant/cli/command/root.rb
mutant-0.10.20 lib/mutant/cli/command/root.rb
mutant-0.10.19 lib/mutant/cli/command/root.rb
mutant-0.10.18 lib/mutant/cli/command/root.rb