mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00:00
Add a small prompt to the UpdateAllocationTokensCommand
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=248523681
This commit is contained in:
@@ -123,6 +123,11 @@ public final class UpdateAllocationTokensCommand extends ConfirmingCommand
|
||||
.collect(toImmutableSet());
|
||||
}
|
||||
|
||||
@Override
|
||||
public String prompt() {
|
||||
return String.format("Update %d tokens?", tokensToSave.size());
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String execute() {
|
||||
long numUpdated =
|
||||
|
||||
Reference in New Issue
Block a user