I am reading the documentation for glib's CLI option parser and I'm very confused about one of their option flags.
- G_OPTION_FLAG_REVERSE
- For options of the
G_OPTION_ARG_NONEkind, this flag indicates that the sense of the option is reversed.
What does this mean? What is the "sense" of an option"?