Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | ? |
RFC? | no |
Symfony version | 3.2.x |
I've noticed that passing an extra argument/option to my command is an error, and this error break following options to be parsed.
But this error is silently ignored (swallow-all exceptions code added in 0af1676), and my command just run without any passed option/arguments. I would consider this as a bug.