1
0
mirror of https://github.com/google/nomulus synced 2026-02-09 06:20:29 +00:00

Add nomulus command for deleting AllocationTokens

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=214459480
This commit is contained in:
mcilwain
2018-09-25 10:16:02 -07:00
committed by jianglai
parent 9faf7181c3
commit 49e14387e7
4 changed files with 250 additions and 2 deletions

View File

@@ -43,13 +43,13 @@ import javax.inject.Inject;
import javax.inject.Named;
/** Command to generate and persist {@link AllocationToken}s. */
@NonFinalForTesting
@Parameters(
separators = " =",
commandDescription =
"Generates and persists the given number of AllocationTokens, printing each token to stdout."
)
public class GenerateAllocationTokensCommand implements CommandWithRemoteApi {
@NonFinalForTesting
class GenerateAllocationTokensCommand implements CommandWithRemoteApi {
@Parameter(
names = {"-p", "--prefix"},