Skip to content

Commit

Permalink
Added smem help documentation for smem --add with LTI alises
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Mininger committed Sep 30, 2024
1 parent 167371e commit 06edafc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Core/CLI/src/cli_help.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3295,6 +3295,19 @@ void initdocstrings()
" (<a03> ^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"
" (<rouge> ^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"
Expand Down

0 comments on commit 06edafc

Please sign in to comment.