2 references to ListCommand
dotnet (1)
Commands\Package\PackageCommandParser.cs (1)
25
command.
ListCommand
.SetAction(parseResult => new PackageListCommand(parseResult).Execute());
Microsoft.DotNet.Cli.Definitions (1)
Commands\Package\PackageCommandDefinition.cs (1)
49
Subcommands.Add(
ListCommand
);