Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Allow the creation of multiple Options with in an OptionGroup so something like the following can be created:
[ -a ] [ [ -b <arg>] [ -c <arg> ] | [ -d <arg> ] | [ -e <arg> ]]
So these would be valid:
-b <arg>
-c <arg>
-b <arg> -c <arg>
-d <arg>
-e <arg>
The "-d", "-e", and "-b -c" are mutually exclusive