mirror of
https://github.com/google/nomulus
synced 2026-08-18 21:26:16 +00:00
Rename RemoteApiCommand to CommandWithRemoteApi
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211521742
This commit is contained in:
@@ -23,7 +23,7 @@ import java.util.List;
|
||||
|
||||
/** Command to show a registrar record. */
|
||||
@Parameters(separators = " =", commandDescription = "Show registrar record(s)")
|
||||
final class GetRegistrarCommand implements RemoteApiCommand {
|
||||
final class GetRegistrarCommand implements CommandWithRemoteApi {
|
||||
|
||||
@Parameter(
|
||||
description = "Client identifier of the registrar account(s)",
|
||||
|
||||
Reference in New Issue
Block a user