]> Kevux Git Server - fll/commitdiff
Update: Clarify precedence of the --name, --at, and --line for IKI Read.
authorKevin Day <Kevin@kevux.org>
Sun, 5 Jan 2025 16:34:20 +0000 (10:34 -0600)
committerKevin Day <Kevin@kevux.org>
Sun, 5 Jan 2025 16:34:20 +0000 (10:34 -0600)
Add description of the order of operations, or precedence, for the `--name`, `--at`, and the `--line` parameters.

level_3/iki_read/c/main/print/message.c

index bccda7c2bd93a0c67d19e41ae4adf873b71f9148..42094844a604861ef8fb51bdca45d1d1ab09af95 100644 (file)
@@ -104,6 +104,14 @@ extern "C" {
     fl_print_format(" with %[%r%r%]", print->to, print->set->notable, f_console_symbol_long_normal_s, iki_read_long_name_s, print->set->notable);
     fl_print_format(" will result in a total number of Variables matching the Vocabulary name.%r%r", print->to, f_string_eol_s, f_string_eol_s);
 
+
+    fl_print_format("  The %[%r%r%] parameter", print->to, print->set->notable, f_console_symbol_long_normal_s, iki_read_long_name_s, print->set->notable);
+    fl_print_format(" has precedence over the %[%r%r%] parameter.%r%r", print->to, print->set->notable, f_console_symbol_long_normal_s, iki_read_long_at_s, print->set->notable, f_string_eol_s, f_string_eol_s);
+
+    fl_print_format("  The %[%r%r%] parameter", print->to, print->set->notable, f_console_symbol_long_normal_s, iki_read_long_at_s, print->set->notable);
+    fl_print_format(" has precedence over the %[%r%r%] parameter.%r%r", print->to, print->set->notable, f_console_symbol_long_normal_s, iki_read_long_line_s, print->set->notable, f_string_eol_s, f_string_eol_s);
+
+
     fl_print_format("  The default behavior is to only display Content portion of the IKI Variable.%r", print->to, f_string_eol_s);
   }
 #endif // _di_iki_read_print_message_help_note_