diff --git a/Command/DumpCommand.php b/Command/DumpCommand.php index c2d929fac..0d1be5e4e 100644 --- a/Command/DumpCommand.php +++ b/Command/DumpCommand.php @@ -48,6 +48,7 @@ protected function configure() $availableFormats = $this->renderOpenApi->getAvailableFormats(); $this ->setDescription('Dumps documentation in OpenAPI format to: '.implode(', ', $availableFormats)) + ->setName('nelmio:apidoc:dump') ->addOption('area', '', InputOption::VALUE_OPTIONAL, '', 'default') ->addOption( 'format',