| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | protected function configure() |
||
| 19 | { |
||
| 20 | $this |
||
| 21 | ->setName('process:run') |
||
| 22 | ->addOption('process', 'p', InputOption::VALUE_REQUIRED, 'Process name') |
||
| 23 | ->addOption('output', 'o', InputOption::VALUE_REQUIRED, 'Output file') |
||
| 24 | ->addOption('input', 'i', InputOption::VALUE_REQUIRED, 'Input file'); |
||
| 25 | } |
||
| 46 | } |