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