2 references to PackageCommand
dotnet (1)
Commands\Hidden\List\ListCommandParser.cs (1)
17
command.
PackageCommand
.SetAction(parseResult => new PackageListCommand(parseResult).Execute());
Microsoft.DotNet.Cli.Definitions (1)
Commands\Hidden\List\ListCommandDefinition.cs (1)
35
Subcommands.Add(
PackageCommand
);