Merge pull request #288 from krwq/switch_to_system_commandline

Switch dotnet-run to System.CommandLine
This commit is contained in:
Krzysztof Wicher 2015-11-26 06:20:46 -08:00
commit 159e6187ae
11 changed files with 429 additions and 188 deletions

View file

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