DataSift\Storyplayer\Cli\Feature_SystemUnderTestConfigSupport::addSwitches PHP Method

addSwitches() public method

public addSwitches ( Phix_Project\CliEngine\CliCommand $command, $injectables )
$command Phix_Project\CliEngine\CliCommand
    public function addSwitches(CliCommand $command, $injectables)
    {
        $command->addSwitches([new Feature_SystemUnderTestConfigSwitch($injectables->knownSystemsUnderTestList, $injectables->defaultSystemUnderTestName)]);
    }