move subcommands to new parser
This commit is contained in:
parent
d3319adb59
commit
a3f536c248
20 changed files with 307 additions and 395 deletions
|
@ -54,7 +54,7 @@ namespace Microsoft.DotNet.Cli
|
|||
["test"] = TestCommand.Run,
|
||||
["vstest"] = VSTestCommand.Run,
|
||||
["complete"] = CompleteCommand.Run,
|
||||
["parse"] = ParseCommand.Run,
|
||||
["parse"] = ParseCommand.Run
|
||||
};
|
||||
|
||||
public static int Main(string[] args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue