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 30010fc Update NCCli.scala
30010fc is described below
commit 30010fc327341b7e48fef5150972582397fae96f
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Nov 29 11:50:59 2020 -0800
Update NCCli.scala
---
.../src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
index 3e6270f..440a109 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
@@ -3080,7 +3080,8 @@ object NCCli extends App {
new File(SystemUtils.getUserHome, HIST_PATH).getAbsolutePath
)
- logln(s"Hit ${rv(" Tab ")} or type '${c("help")}' to get help,
'${c("quit")}' to exit.")
+ logln(s"Hit ${rv(" Tab ")} or type '${c("help")}' to get help and
${rv(" ↑ ")} or ${rv(" ↓ ")} to scroll through history.")
+ logln(s"Type '${c("quit")}' to exit.")
var exit = false