Merge pull request #288 from krwq/switch_to_system_commandline
Switch dotnet-run to System.CommandLine
This commit is contained in:
commit
159e6187ae
11 changed files with 429 additions and 188 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue