@@ -664,7 +664,7 @@ In order to be able to use logical-and and logical-xor between the options, opti
Each option-container can take an arbitrary number of options that are combined via one logical-type: either logical-xor or logical-and.
Note: since parsers can hold options too, they are also option-containers.
As the name suggests can option-containers only handle options (unlike parsers (and sub-parsers), which can take options as well as arguments).
As the name suggests, option-containers can only handle options (unlike parsers (and sub-parsers), which can take options as well as arguments).
Furthermore, if the logical-type of an option-container is logical-xor, only mandatory options can be used, since optional options would not make sense for logical-xor option-containers.