* f_console_result_*_d:
* - none: No flags are set.
* - alone: The prefix character is by itself (such as only "-" rather than "-h").
- * - found: The parameter has been found.
+ * - found: The parameter has been found (this does not designate whether or not a value is associated).
* - inverse: The inverse prefix character ("+" by default) has been found.
* - long: The found prefix is long (two characters, such as "--" or "++").
* - normal: The normal prefix character ("-" by default) has been found.