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