Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.4.8, 2.5.0-beta-2
-
None
-
None
Description
When grape install can't find a module, it reports an error as follows:
$ grape install foo bar ... :: problems summary :: :::: WARNINGS module not found: foo#bar;latest.default ...
However, it nevertheless exits with status 0: surely it would be better to exit non-zero in this scenario?