| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 16 | protected function configure() |
||
| 17 | { |
||
| 18 | $this->setName("update") |
||
| 19 | ->setDescription("Updates index for the project") |
||
| 20 | ->addArgument( |
||
| 21 | "path", |
||
| 22 | InputArgument::REQUIRED, |
||
| 23 | "Path to the project root. Default: current directory" |
||
| 24 | ); |
||
| 25 | } |
||
| 26 | protected function executeAsync(InputInterface $input, SocketOutput $output) |
||
| 41 |