small change to arg forwarding methods, test fixes

This commit is contained in:
Jon Sequeira 2017-03-09 09:14:55 -08:00
parent 0b94c979db
commit 4284c4e363
10 changed files with 91 additions and 64 deletions

View file

@ -24,7 +24,7 @@ namespace Microsoft.DotNet.Cli
// parse the arguments
var result = parser.ParseFrom("dotnet complete", args);
var complete = result["complete"];
var complete = result["dotnet"]["complete"];
var suggestions = Suggestions(complete);