Sha256: bd660510b4a884b9d97d11052a808d01940f9d5ae51d0e6f7e3929346c7d7719

Contents?: true

Size: 491 Bytes

Versions: 7

Compression:

Stored size: 491 Bytes

Contents

# frozen_string_literal: true

module Mutant
  module CLI
    class Command
      class Environment < self
        SUBCOMMANDS = [Environment::Subject, Environment::Show, Environment::Test].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

7 entries across 7 versions & 1 rubygems

Version Path
mutant-0.10.32 lib/mutant/cli/command/root.rb
mutant-0.10.31 lib/mutant/cli/command/root.rb
mutant-0.10.30 lib/mutant/cli/command/root.rb
mutant-0.10.29 lib/mutant/cli/command/root.rb
mutant-0.10.28 lib/mutant/cli/command/root.rb
mutant-0.10.27 lib/mutant/cli/command/root.rb
mutant-0.10.26 lib/mutant/cli/command/root.rb