ParseCommand

This commit is contained in:
Jon Sequeira 2017-03-09 10:53:17 -08:00
parent 4284c4e363
commit 998ac9c3eb
2 changed files with 24 additions and 0 deletions

View file

@ -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)