4 references to ListPackageCommandParser
dotnet (1)
Commands\Hidden\List\ListCommandParser.cs (1)
41
command.Subcommands.Add(
ListPackageCommandParser
.GetCommand());
dotnet.Tests (3)
CommandTests\Package\List\ListPackageParserTests.cs (3)
17
result.OptionValuesToBeForwarded(
ListPackageCommandParser
.GetCommand()).Should().ContainSingle("--interactive");
52
.OptionValuesToBeForwarded(
ListPackageCommandParser
.GetCommand())
64
.OptionValuesToBeForwarded(
ListPackageCommandParser
.GetCommand())