Update Program.cs
Making --version immediately exit
This commit is contained in:
parent
0a1f5360bd
commit
c4d8162983
1 changed files with 2 additions and 0 deletions
|
|
@ -79,6 +79,8 @@ namespace cs_mic_cli
|
|||
Console.WriteLine(Functions.Version.VersionCLI);
|
||||
Console.WriteLine(Functions.Version.VersionCSMIC);
|
||||
Console.WriteLine(Functions.Version.VersionStandardLibrary);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (string.IsNullOrWhiteSpace(fullExpression) || options.Interactive)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue