From: Kevin Day Date: Sat, 22 Nov 2025 04:37:20 +0000 (-0600) Subject: Cleanup: Add additional comment for f_console_result_found_d documentation. X-Git-Tag: 0.8.0~88 X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=c2a2fa5feb610439f6aef9fa1a7a434fb291504d;p=fll Cleanup: Add additional comment for f_console_result_found_d documentation. --- diff --git a/level_0/f_console/c/console/common.h b/level_0/f_console/c/console/common.h index e0fd12a..7f0e0ce 100644 --- a/level_0/f_console/c/console/common.h +++ b/level_0/f_console/c/console/common.h @@ -78,7 +78,7 @@ extern "C" { * 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.