2 references to RemoveCommand
dotnet (1)
Commands\Solution\SolutionCommandParser.cs (1)
22
command.
RemoveCommand
.SetAction(parseResult => new SolutionRemoveCommand(parseResult).Execute());
Microsoft.DotNet.Cli.Definitions (1)
Commands\Solution\SolutionCommandDefinition.cs (1)
39
Subcommands.Add(
RemoveCommand
);