aspnet / dnvm

OBSOLETE - see readme
Other
174 stars 61 forks source link

dnvm returns non zero if no argument is passed #478

Closed bjorkstromm closed 8 years ago

bjorkstromm commented 9 years ago

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:

  1. other well known programs do it
  2. 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.

//cc @moozzyk @BrennanConroy

muratg commented 8 years ago

As discussed in the Roadmap we will be moving to Dotnet CLI in ASP.NET 5 RC 2 and retire DNX, DNU and DNVM command line tools. Closing this PR.

Thank you for your contribution!