Finalize search feature for merge

This commit is contained in:
Stéphane Goetz
2016-03-13 21:51:58 +01:00
parent 55ef0b982b
commit d4c78ae3f9
24 changed files with 258 additions and 820 deletions

View File

@ -21,7 +21,7 @@ class Generate extends SymfonyCommand
->addOption('source', 's', InputOption::VALUE_REQUIRED, 'Where to take the documentation from')
->addOption('delete', null, InputOption::VALUE_NONE, 'Delete pages not linked to a documentation page (confluence)')
->addOption('destination', 'd', InputOption::VALUE_REQUIRED, $description, 'static')
->addOption('text_search', '-t', InputOption::VALUE_NONE, 'Generate full text search');
->addOption('search', null, InputOption::VALUE_NONE, 'Generate full text search');
}
protected function execute(InputInterface $input, OutputInterface $output)