2 references to RemoveCommand
dotnet (1)
Commands\Package\PackageCommandParser.cs (1)
24
command.
RemoveCommand
.SetAction(parseResult => new PackageRemoveCommand(parseResult).Execute());
Microsoft.DotNet.Cli.Definitions (1)
Commands\Package\PackageCommandDefinition.cs (1)
50
Subcommands.Add(
RemoveCommand
);