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