Sha256: 30cd588a05591aa7ef9a6b33b01a62c4480016acf387c3069f4676cc699e17b5
Contents?: true
Size: 515 Bytes
Versions: 36
Compression:
Stored size: 515 Bytes
Contents
# frozen_string_literal: true module Mutant module CLI class Command class Environment < self SUBCOMMANDS = [Environment::Subject, Environment::Show, Environment::IRB, Environment::Test].freeze end # Environment class Root < self NAME = 'mutant' SHORT_DESCRIPTION = 'mutation testing engine main command' SUBCOMMANDS = [Environment::Run, Environment, Subscription, Util].freeze end # Root end # Command end # CLI end # Mutant
Version data entries
36 entries across 36 versions & 1 rubygems