mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
Merge pull request #926 from kustov-an/dump_command_description
Add description for the dump command
This commit is contained in:
commit
95017bf780
@ -28,7 +28,7 @@ class DumpCommand extends ContainerAwareCommand
|
|||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this
|
$this
|
||||||
->setDescription('')
|
->setDescription('Dumps API documentation in various formats')
|
||||||
->addOption(
|
->addOption(
|
||||||
'format', '', InputOption::VALUE_REQUIRED,
|
'format', '', InputOption::VALUE_REQUIRED,
|
||||||
'Output format like: ' . implode(', ', $this->availableFormats),
|
'Output format like: ' . implode(', ', $this->availableFormats),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user