3 references to Command
dotnet (3)
Commands\Dnx\DnxCommandParser.cs (2)
23
foreach (var argument in ToolExecuteCommandParser.
Command
.Arguments)
28
foreach (var option in ToolExecuteCommandParser.
Command
.Options)
Commands\Tool\Execute\ToolExecuteCommandParser.cs (1)
33
return
Command
;