1.9.1 Release: Fix Resolve Command Option Conflict with Symfony 2.x, Enhance Remove and Resolve Commands
Changelog
- [Console] [BC BREAK] The resolve command's --as-script/-s option/shortcut renamed to --machine-readable/-m (fixes #988), its output updated to aligned with the resolve command, and the --machine-readable/-m option added. #991 (robfrawley)
Upgrade
-
[Console] [BC BREAK] The resolve command's
--as-script
/-s
option name/shortcut conflicted with Symfony 2.x core console options (specifically--shell
/-s
) and has been renamed to--machine-readable
/-m
(fixes #988). The-s
option shortcut was the only conflict, but the--as-script
option name proved confusing and unclear so it too was renamed. -
[Console] The output formatting for the
remove
command has been updated and aligned with the behavior previously introduced in1.9.0
for theresolve
command, making both of them consistent and in-line with the expected2.0.0
output. The--machine-readable
/-m
option name/shortcut has now been added to theremove
command as well, enabling predictable, consistent, script parseable output stripped of text styles and supplemental formatting.