Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
30 | 1 | protected function getDefaultInputDefinition() : InputDefinition |
|
31 | { |
||
32 | 1 | return new InputDefinition([ |
|
33 | 1 | new InputArgument('command', InputArgument::REQUIRED, 'The command to execute'), |
|
34 | 1 | new InputOption('--help', '-h', InputOption::VALUE_NONE, 'Display this help message') |
|
35 | ]); |
||
36 | } |
||
37 | } |
||
38 |