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
I thought at first there was another issue with choco, until I went looking at the logs and realized it was because I used bundled and unbundled options, but didn't use -- in the version statement (copied from chocolatey.org). There are likely enough folks on 0.9.9+ now that we can change those messages to be appropriate to the latest versions. It should also draw some folks out who need to upgrade.
Parsing -version resulted in exception:
Cannot bundle unregistered option '-e'.
The text was updated successfully, but these errors were encountered:
ferventcoder
changed the title
Parsing failures should be reported as warnings and not debug messages
Argument Parsing failures should be reported as warnings and not debug messages
Jan 22, 2016
Instead of logging a debug message, argument parsing errors should be
reported as warnings in case the argument doesn't actually evaluate
appropriately later.
I thought at first there was another issue with choco, until I went looking at the logs and realized it was because I used bundled and unbundled options, but didn't use
--
in the version statement (copied from chocolatey.org). There are likely enough folks on 0.9.9+ now that we can change those messages to be appropriate to the latest versions. It should also draw some folks out who need to upgrade.The text was updated successfully, but these errors were encountered: