mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
improve member subcommands
This commit is contained in:
@@ -154,6 +154,10 @@ public abstract class MembersSubCommand extends TemplateSubCommand
|
||||
private List<String> members;
|
||||
|
||||
/** Field description */
|
||||
@Argument(usage = "optionGroupName", required = true)
|
||||
@Argument(
|
||||
usage = "optionGroupName",
|
||||
metaVar = "metaVar_groupName",
|
||||
required = true
|
||||
)
|
||||
private String name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user