dotnet-installer/src/dotnet/commands/dotnet-help
Eric Erhardt c560e9af3c Changing --version in the CLI
`dotnet --version` returns just the version number. This helps tools get this information without having to parse the full info.
Introduce a new argument `--info` that returns the current "long form". With this, we also change the long form to say "RID" instead of "Runtime ID" simply because that would avoid any future localization issues and thus make the parsing easier.

Fix #1607 #1882
2016-03-24 15:44:25 -05:00
..
HelpCommand.cs Changing --version in the CLI 2016-03-24 15:44:25 -05:00