mirror of
https://github.com/google/nomulus
synced 2026-01-11 08:20:27 +00:00
Remove ServerSideCommand
ServerSideCommand now just aggregates CommandWithConnection and CommandWithRemoteApi, so it's arguably clearer for commands to just implement both of these. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211670031
This commit is contained in:
@@ -40,7 +40,7 @@ import java.util.Objects;
|
||||
@Parameters(
|
||||
separators = " =",
|
||||
commandDescription = "Verify passage of OT&E for specified (or all) registrars")
|
||||
final class VerifyOteCommand implements ServerSideCommand {
|
||||
final class VerifyOteCommand implements CommandWithConnection, CommandWithRemoteApi {
|
||||
|
||||
@Parameter(
|
||||
description = "List of registrar names to check; must be the same names as the ones used "
|
||||
|
||||
Reference in New Issue
Block a user