| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 14 | protected function configure() |
||
| 15 | { |
||
| 16 | $this |
||
| 17 | ->setName('run:task') |
||
| 18 | ->setDescription('Run all due tasks') |
||
| 19 | ->addArgument('taskName', InputArgument::REQUIRED, "Which specific registered task") |
||
| 20 | ->addArgument('path', InputArgument::OPTIONAL, "Where is your Mistletoe Project File?"); |
||
| 21 | } |
||
| 22 | |||
| 29 |