group

Name

group -- group of command arguments

Content Model

group ::= (arg | sbr)+

Description

group elements hold groups of command line arguments in command synopses. The parent node is cmdsynopsis.

Attributes

group elements have choice and rep attributes.

choice attributes take one of the following values.

opt

Optional group

plain

Plain group

required

Required group

choice values are implied if not given.

rep attributes take the following values.

norepeat

Group may not be repeated

repeat

Group may be repeated

rep values are implied if not given.

Formatting Expectations

When the choice attribute is optional, surround with brackets ([ group ]). When the choice element is required, surround with braces ({ group }). When the rep element is repeat, follow with an ellipsis, (group ...).