2 instantiations of ToolSearchCommand
dotnet (1)
Commands\Tool\Search\ToolSearchCommandParser.cs (1)
60
command.SetAction((parseResult) => new
ToolSearchCommand
(parseResult).Execute());
dotnet.Tests (1)
CommandTests\Tool\Search\ToolSearchParserTests.cs (1)
23
Action a = () => new
ToolSearchCommand
(result);