Convert dotnet-run to System.CommandLine

This commit is contained in:
Krzysztof Wicher 2015-11-20 19:00:56 -08:00
parent 6e465818c5
commit 0ecbc0d5fc
11 changed files with 284 additions and 189 deletions

View file

@ -125,6 +125,8 @@ namespace Microsoft.DotNet.Cli.Utils
public CommandResult Execute()
{
Reporter.Verbose.WriteLine($"Running {_process.StartInfo.FileName} {_process.StartInfo.Arguments}");
ThrowIfRunning();
_running = true;