This commit is contained in:
d-prysenko 2022-11-01 08:30:23 +00:00 committed by GitHub
commit 0e4d28ff90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,7 @@ class DumpCommand extends Command
$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',