mirror of
https://github.com/google/nomulus
synced 2026-01-06 13:36:48 +00:00
Add command description to get_resource_by_key command
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=149561503
This commit is contained in:
@@ -27,7 +27,7 @@ import java.util.List;
|
||||
/**
|
||||
* Command to get info on a Datastore resource by websafe key.
|
||||
*/
|
||||
@Parameters(separators = " =")
|
||||
@Parameters(separators = " =", commandDescription = "Fetch a Datastore resource by websafe key")
|
||||
final class GetResourceByKeyCommand implements RemoteApiCommand {
|
||||
|
||||
@Parameter(
|
||||
|
||||
Reference in New Issue
Block a user