ParseCommand
This commit is contained in:
parent
4284c4e363
commit
998ac9c3eb
2 changed files with 24 additions and 0 deletions
|
@ -54,6 +54,7 @@ namespace Microsoft.DotNet.Cli
|
|||
["test"] = TestCommand.Run,
|
||||
["vstest"] = VSTestCommand.Run,
|
||||
["complete"] = CompleteCommand.Run,
|
||||
["parse"] = ParseCommand.Run,
|
||||
};
|
||||
|
||||
public static int Main(string[] args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue