Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Removed: --list-targets switch
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartherbert committed Mar 18, 2016
1 parent 74d63f2 commit 371e1e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 107 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -74,6 +74,10 @@ The contents of the `develop` branch will become Storyplayer v3.0 (a.k.a. SPv3).

* New `legacy-features` section, for testing SPv2 functionality that is no longer the recommended approach.

## Removed

* `list-targets` switch removed

## 2.3.8 - Monday 1st February 2016

### Fixes
Expand Down
2 changes: 0 additions & 2 deletions src/bin/storyplayer
Expand Up @@ -32,7 +32,6 @@ use DataSift\Storyplayer\Cli\KillProcesses_Switch;
use DataSift\Storyplayer\Cli\ListHostsTable_Command;
use DataSift\Storyplayer\Cli\ListProcesses_Switch;
use DataSift\Storyplayer\Cli\ListSystems_Switch;
use DataSift\Storyplayer\Cli\ListTargets_Switch;
use DataSift\Storyplayer\Cli\PlayStory_Command;
use DataSift\Storyplayer\Cli\RuntimeConfigManager;
use DataSift\Storyplayer\Cli\Script_Command;
Expand Down Expand Up @@ -322,7 +321,6 @@ function main($argv)
$engine->addEngineSwitch(new KillProcesses_Switch);
$engine->addEngineSwitch(new ListProcesses_Switch);
$engine->addEngineSwitch(new ListSystems_Switch($injectables->knownSystemsUnderTestList));
$engine->addEngineSwitch(new ListTargets_Switch($injectables->knownTestEnvironmentsList));
$engine->addEngineSwitch(new LongHelpSwitch);
$engine->addEngineSwitch(new ShortHelpSwitch);

Expand Down
105 changes: 0 additions & 105 deletions src/php/DataSift/Storyplayer/Cli/ListTargets/Switch.php

This file was deleted.

0 comments on commit 371e1e6

Please sign in to comment.