WIP
This commit is contained in:
parent
30480fa189
commit
fd6f7e48b5
5 changed files with 24 additions and 13 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Microsoft.DotNet.Cli.CommandLine;
|
||||
using Microsoft.DotNet.Cli.Utils;
|
||||
using Microsoft.DotNet.Tools.MSBuild;
|
||||
|
@ -22,9 +23,9 @@ namespace Microsoft.DotNet.Tools.Restore
|
|||
{
|
||||
DebugHelper.HandleDebugSwitch(ref args);
|
||||
|
||||
var parser = Parser.Instance["dotnet"];
|
||||
var parser = Parser.Instance;
|
||||
|
||||
var result = parser.Parse(args);
|
||||
var result = parser.ParseFrom("dotnet restore", args);
|
||||
|
||||
Reporter.Verbose.WriteLine(result.Diagram());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue