certificationy / symfony-pack

A series of questions to prepare for the Symfony certification
https://certification.symfony.com/
MIT License
326 stars 131 forks source link

Mistake in cli multi answer options #36

Closed mazeikis closed 7 years ago

mazeikis commented 7 years ago

As Symfony console supports unambiguous commands, shortcuts are allowed to be used, as long as there's no clashing commands. Therefore "config:reference-dump" can be called with "config:dump", "config:d", "conf:d" or even "c:d".

mickaelandrieu commented 7 years ago

Hi,

you're right 👍

Thank you!