We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c08f9 commit e69c5f9Copy full SHA for e69c5f9
1 file changed
src/Command/DeleteCommand.php
@@ -44,6 +44,7 @@ public function __construct(
44
protected function configure()
45
{
46
$this
47
+ ->setName('fos:elastica:delete')
48
->addOption('index', null, InputOption::VALUE_OPTIONAL, 'Index that needs to be deleted')
49
->setDescription('Deleting an index')
50
;
0 commit comments