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