Merge changes from topic 'replace-rpc-services'
* changes: Remove unused RPC suggest service PermissionEditor: Use REST API instead of RPC service AccountGroupSuggestOracle: Use REST API rather than RPC service ListGroups: Allow -s as an alias of --suggest
This commit is contained in:
@@ -127,7 +127,8 @@ public class ListGroups implements RestReadView<TopLevelResource> {
|
||||
this.matchSubstring = matchSubstring;
|
||||
}
|
||||
|
||||
@Option(name = "--suggest", usage = "to get a suggestion of groups")
|
||||
@Option(name = "--suggest", aliases = {"-s"},
|
||||
usage = "to get a suggestion of groups")
|
||||
public void setSuggest(String suggest) {
|
||||
this.suggest = suggest;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user