mirror of
https://github.com/google/nomulus
synced 2026-02-06 21:11:34 +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:
@@ -30,7 +30,7 @@ import org.joda.time.DateTime;
|
||||
|
||||
/** Command to generate zone files. */
|
||||
@Parameters(separators = " =", commandDescription = "Generate zone files")
|
||||
final class GenerateZoneFilesCommand implements ServerSideCommand {
|
||||
final class GenerateZoneFilesCommand implements CommandWithConnection, CommandWithRemoteApi {
|
||||
|
||||
@Parameter(
|
||||
description = "One or more TLDs to generate zone files for",
|
||||
|
||||
Reference in New Issue
Block a user