mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Remove GtechCommand and other vestiges of gtech_tool
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=134836647
This commit is contained in:
parent
aca4d569bd
commit
730cca257d
93 changed files with 92 additions and 144 deletions
|
@ -44,7 +44,6 @@ import google.registry.model.domain.launch.ApplicationStatus;
|
|||
import google.registry.model.registrar.Registrar;
|
||||
import google.registry.model.registrar.RegistrarAddress;
|
||||
import google.registry.model.registrar.RegistrarContact;
|
||||
import google.registry.tools.Command.GtechCommand;
|
||||
import google.registry.tools.Command.RemoteApiCommand;
|
||||
import google.registry.tools.params.PathParameter;
|
||||
import java.nio.file.Files;
|
||||
|
@ -64,7 +63,7 @@ import org.joda.time.format.DateTimeFormatter;
|
|||
|
||||
/** Command to generate the auction data for a TLD. */
|
||||
@Parameters(separators = " =", commandDescription = "Generate auction data")
|
||||
final class GenerateAuctionDataCommand implements RemoteApiCommand, GtechCommand {
|
||||
final class GenerateAuctionDataCommand implements RemoteApiCommand {
|
||||
|
||||
@Parameter(
|
||||
description = "TLD(s) to generate auction data for",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue