@@ -2,17 +2,10 @@ |
||
| 2 | 2 | namespace Consolidation\AnnotatedCommand; |
| 3 | 3 | |
| 4 | 4 | use Symfony\Component\Console\Command\Command; |
| 5 | -use Symfony\Component\Console\Input\InputInterface; |
|
| 6 | -use Symfony\Component\Console\Output\OutputInterface; |
|
| 7 | - |
|
| 8 | 5 | use Symfony\Component\Console\Application; |
| 9 | 6 | use Symfony\Component\Console\ConsoleEvents; |
| 10 | 7 | use Symfony\Component\Console\Event\ConsoleCommandEvent; |
| 11 | 8 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
| 12 | - |
|
| 13 | -use Consolidation\AnnotatedCommand\ExitCodeInterface; |
|
| 14 | -use Consolidation\AnnotatedCommand\OutputDataInterface; |
|
| 15 | -use Consolidation\AnnotatedCommand\AnnotationData; |
|
| 16 | 9 | use Consolidation\AnnotatedCommand\AnnotatedCommand; |
| 17 | 10 | |
| 18 | 11 | /** |
@@ -3,8 +3,6 @@ |
||
| 3 | 3 | |
| 4 | 4 | use Consolidation\AnnotatedCommand\Hooks\HookManager; |
| 5 | 5 | use Consolidation\AnnotatedCommand\Parser\CommandInfo; |
| 6 | -use Consolidation\OutputFormatters\FormatterManager; |
|
| 7 | -use Consolidation\OutputFormatters\Options\FormatterOptions; |
|
| 8 | 6 | use Symfony\Component\Console\Command\Command; |
| 9 | 7 | use Symfony\Component\Console\Input\InputArgument; |
| 10 | 8 | use Symfony\Component\Console\Input\InputInterface; |