Add CommandWithRemoteApi to DeleteReservedListCommand (#1051)

This commit is contained in:
sarahcaseybot 2021-04-02 01:32:40 +00:00 committed by GitHub
parent 0164bceb95
commit 8952687207
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ import google.registry.model.registry.label.ReservedListDualDatabaseDao;
* reserved list is currently in use on a tld. * reserved list is currently in use on a tld.
*/ */
@Parameters(separators = " =", commandDescription = "Deletes a ReservedList from the database.") @Parameters(separators = " =", commandDescription = "Deletes a ReservedList from the database.")
final class DeleteReservedListCommand extends ConfirmingCommand { final class DeleteReservedListCommand extends ConfirmingCommand implements CommandWithRemoteApi {
@Parameter( @Parameter(
names = {"-n", "--name"}, names = {"-n", "--name"},