small change to arg forwarding methods, test fixes
This commit is contained in:
parent
0b94c979db
commit
4284c4e363
10 changed files with 91 additions and 64 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue