mirror of
https://github.com/google/nomulus
synced 2026-02-10 15:00:31 +00:00
Add CommandWithRemoteApi to DeleteReservedListCommand (#1051)
This commit is contained in:
@@ -28,7 +28,7 @@ import google.registry.model.registry.label.ReservedListDualDatabaseDao;
|
||||
* reserved list is currently in use on a tld.
|
||||
*/
|
||||
@Parameters(separators = " =", commandDescription = "Deletes a ReservedList from the database.")
|
||||
final class DeleteReservedListCommand extends ConfirmingCommand {
|
||||
final class DeleteReservedListCommand extends ConfirmingCommand implements CommandWithRemoteApi {
|
||||
|
||||
@Parameter(
|
||||
names = {"-n", "--name"},
|
||||
|
||||
Reference in New Issue
Block a user