mirror of
https://github.com/google/nomulus.git
synced 2025-06-30 00:03:37 +02:00
Add CommandWithRemoteApi to DeleteReservedListCommand (#1051)
This commit is contained in:
parent
55ef3279e6
commit
b4cdca39e2
1 changed files with 1 additions and 1 deletions
|
@ -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"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue