Skip to content

Commit

Permalink
Mistake in cli multi answer options
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
mazeikis authored Oct 15, 2016
1 parent b311fe4 commit 8c22ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/command-line.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ questions:
answers:
- {value: "php app/console dump:config acme", correct: false}
- {value: "php app/console config:dump-reference acme", correct: true}
- {value: "php app/console config:dump AcmeBundle", correct: false}
- {value: "php app/console config:dump AcmeBundle", correct: true}
- {value: "php app/console config:dump-reference AcmeBundle", correct: true}
-
question: 'Descriptors are objects to render documentation on Symfony Console Apps?'
Expand Down

0 comments on commit 8c22ab3

Please sign in to comment.