Skip to content

ArgGroup

APIDescription
idSets the group name.
argsAdds multiple arguments to this group by name.
multipleAllows more than one of the Args in this group to be used.
requiredRequire an argument from the group to be present when parsing.
requiresSpecify an argument or group that must be present when this group is.
requires_allSpecify arguments or groups that must be present when this group is.
conflicts_withSpecify an argument or group that must not be present when this group is.
conflicts_with_allSpecify arguments or groups that must not be present when this group is.