1 instantiation of RemoveCommand
dotnet-user-secrets (1)
Internal\RemoveCommand.cs (1)
25options.Command = new RemoveCommand(keyArg.Value);
1 reference to RemoveCommand
dotnet-user-secrets (1)
CommandLineOptions.cs (1)
50app.Command("remove", c => RemoveCommand.Configure(c, options));