You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #5820 Fixed an issue with command option shortcuts (javiereguiluz)
This PR was squashed before being merged into the 2.3 branch (closes#5820).
Discussion
----------
Fixed an issue with command option shortcuts
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| Fixed tickets | -
I can't reproduce the behavior explained in this article. That's why I think this is an error. When I execute the command as `-b=Hello`, the value returned by `$input->getOption('bar')` is `=Hello` instead of `Hello`.
Commits
-------
aad2fa4 Fixed an issue with command option shortcuts
0 commit comments