2 references to LocalOption
dotnet (1)
Commands\Tool\List\ToolListCommandParser.cs (1)
47
command.Options.Add(
LocalOption
);
dotnet.Tests (1)
CommandTests\Tool\List\ListToolParserTests.cs (1)
31
result.GetValue<bool>(ToolListCommandParser.
LocalOption
).Should().Be(true);