From 2a99b7bf3386ad2e05f4a9a095399933743e2751 Mon Sep 17 00:00:00 2001 From: Aaron Mininger Date: Mon, 30 Sep 2024 11:18:44 -0400 Subject: [PATCH] Added smem help documentation for smem --add with LTI alises --- Core/CLI/src/cli_help.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Core/CLI/src/cli_help.cpp b/Core/CLI/src/cli_help.cpp index 8eb26be616..e803d1fd43 100644 --- a/Core/CLI/src/cli_help.cpp +++ b/Core/CLI/src/cli_help.cpp @@ -3295,6 +3295,19 @@ void initdocstrings() " ( ^digit1 3 ^digit-10 13)\n" " }\n" "\n" + "Note that you can use an LTI alias instead of a variable to 'name' an LTI\n" + "This is purely a user convenience: to allow you to refer to an LTI by name\n" + "or connect the same LTI across different adds or files\n" + "For Example:\n" + " smem --add {\n" + " (@red ^name red ^is-a color)\n" + " }\n" + " smem --add {\n" + " ( ^word rouge ^concept @red)\n" + " }\n" + "\n" + "Note that these alises can be used in other CLI commands, such as print\n" + "\n" "Although not shown here, the common \"dot-notation\" format used in writing\n" "productions can also be used for this command. Unlike agent storage, manual\n" "storage is automatically recursive. Thus, the above example will add a new\n"