5 references to PackageRemoveCommandParser
dotnet (5)
Commands\Hidden\Remove\Package\RemovePackageCommandParser.cs (2)
22command.Arguments.Add(PackageRemoveCommandParser.CmdPackageArgument); 23command.Options.Add(PackageRemoveCommandParser.InteractiveOption);
Commands\Package\PackageCommandParser.cs (1)
45command.Subcommands.Add(PackageRemoveCommandParser.GetCommand());
Commands\Package\Remove\PackageRemoveCommand.cs (2)
17var arguments = _parseResult.GetValue(PackageRemoveCommandParser.CmdPackageArgument) ?? []; 61.OptionValuesToBeForwarded(PackageRemoveCommandParser.GetCommand())