This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new 616deb4  Update NCCliCommands.scala
616deb4 is described below

commit 616deb47ee94be510781d28c2570510adf545866
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Sat Jul 24 19:53:32 2021 -0700

    Update NCCliCommands.scala
---
 .../scala/org/apache/nlpcraft/model/tools/cmdline/NCCliCommands.scala  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCliCommands.scala
 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCliCommands.scala
index d304b06..c0af569 100644
--- 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCliCommands.scala
+++ 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCliCommands.scala
@@ -570,7 +570,8 @@ private [cmdline] object NCCliCommands {
                     names = Seq("--elmId", "-e"),
                     value = Some("element.id"),
                     desc =
-                        s"ID of the model element to get synonyms for."
+                        s"ID of the model element to get synonyms for. " +
+                        s"In REPL mode, hit ${rv(" Tab ")} to see 
auto-suggestion for possible element IDs."
                 )
             ),
             examples = Seq(

Reply via email to