mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
improve member subcommands
This commit is contained in:
@@ -154,6 +154,10 @@ public abstract class MembersSubCommand extends TemplateSubCommand
|
|||||||
private List<String> members;
|
private List<String> members;
|
||||||
|
|
||||||
/** Field description */
|
/** Field description */
|
||||||
@Argument(usage = "optionGroupName", required = true)
|
@Argument(
|
||||||
|
usage = "optionGroupName",
|
||||||
|
metaVar = "metaVar_groupName",
|
||||||
|
required = true
|
||||||
|
)
|
||||||
private String name;
|
private String name;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ optionUserPassword = Password
|
|||||||
optionUserType = Type
|
optionUserType = Type
|
||||||
optionUserAdmin = Administrator
|
optionUserAdmin = Administrator
|
||||||
|
|
||||||
optionGroupName = Name
|
optionGroupName = Name of the group
|
||||||
optionGroupDescription = Description
|
optionGroupDescription = Description
|
||||||
optionGroupType = Type
|
optionGroupType = Type
|
||||||
optionGroupMember = Member
|
optionGroupMember = Member
|
||||||
@@ -71,6 +71,7 @@ metaVar_config = configname
|
|||||||
metaVar_arg = subcommand arguments
|
metaVar_arg = subcommand arguments
|
||||||
metaVar_command = subcommand
|
metaVar_command = subcommand
|
||||||
metaVar_permissionType = value
|
metaVar_permissionType = value
|
||||||
|
metaVar_groupName = groupname
|
||||||
|
|
||||||
config = Configuration
|
config = Configuration
|
||||||
misc = Miscellaneous
|
misc = Miscellaneous
|
||||||
|
|||||||
Reference in New Issue
Block a user