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:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user