Skip to content
Snippets Groups Projects
Commit a4700465 authored by Martin Wölzer's avatar Martin Wölzer
Browse files

doc/doc.md: fixed description

parent 6e0b6b7c
No related branches found
No related tags found
No related merge requests found
......@@ -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.
### Option container usage:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment