coan 4.2.4
|
![]() |
Modules | |
The Get Options component interface. | |
Files | |
file | get_options.c |
file | get_options.h |
This component provides a portable and extended alternative to the Posix get_opts
facility.
Unlike get_opts
, the component supports recognition of a "command option" at the start of a commandline to which subsequent options are subordinate, and supports the stipulation of incompatibilities between options. Thus, it can discriminate options as being valid or invalid for a given command option. Unlike get_opts
, again, commandline parsing is rentrnt, a property that is used in coan to support substitution of options supplied via the --file
option into the commandline.