As per the discussion in aspnet/dnx#2920 @davidfowl said that dnx and dnu returns non zero exit code if no argument is provided because:
other well known programs do it
We had a bug once where the arguments changed and help was being output on the CI but nothing was failing
To be consistent, I think that also dnvm should have the same behaviour? I've only done Linux, but if You like the idea, I'm willing to also fix Windows.
As per the discussion in aspnet/dnx#2920 @davidfowl said that
dnx
anddnu
returns non zero exit code if no argument is provided because:To be consistent, I think that also
dnvm
should have the same behaviour? I've only done Linux, but if You like the idea, I'm willing to also fix Windows.//cc @moozzyk @BrennanConroy