mirror of
https://github.com/google/nomulus
synced 2026-08-18 13:16:20 +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:
@@ -32,7 +32,7 @@ import java.util.List;
|
||||
*/
|
||||
@Parameters(separators = " =", commandDescription = "Create groups for a registrar.")
|
||||
public class CreateRegistrarGroupsCommand extends ConfirmingCommand
|
||||
implements ServerSideCommand {
|
||||
implements CommandWithConnection, CommandWithRemoteApi {
|
||||
|
||||
@Parameter(
|
||||
description = "Client identifier(s) of the registrar(s) to create groups for",
|
||||
|
||||
Reference in New Issue
Block a user