@@ -5,7 +5,6 @@ |
||
| 5 | 5 | */ |
| 6 | 6 | namespace Zicht\Tool\Command; |
| 7 | 7 | |
| 8 | -use Symfony\Component\Console\Input; |
|
| 9 | 8 | use Symfony\Component\Console\Output\OutputInterface; |
| 10 | 9 | use Symfony\Component\Console\Input\InputInterface; |
| 11 | 10 | |
@@ -158,7 +158,7 @@ |
||
| 158 | 158 | new InputOption('--verbose', '-v|vv|vvv', InputOption::VALUE_NONE, 'Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug'), |
| 159 | 159 | new InputOption('--no-cache', '-c', InputOption::VALUE_NONE, 'Force recompilation of container code'), |
| 160 | 160 | new InputOption('--version', '-V', InputOption::VALUE_NONE, 'Display this application version.'), |
| 161 | - new InputOption('--no-ansi', '', InputOption::VALUE_NONE, 'Disable ANSI output'), |
|
| 161 | + new InputOption('--no-ansi', '', InputOption::VALUE_NONE, 'Disable ANSI output'), |
|
| 162 | 162 | ) |
| 163 | 163 | ); |
| 164 | 164 | } |