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 de7d1f8 Update NCCli.scala
de7d1f8 is described below
commit de7d1f884acbcd5aff1b3ede11387a5066b1f4d4
Author: Aaron Radzinski <[email protected]>
AuthorDate: Fri Nov 20 12:27:02 2020 -0800
Update NCCli.scala
---
.../src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala | 2 +-
1 file changed, 1 insertion(+), 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 f7beae7..4bba379 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
@@ -3253,7 +3253,7 @@ object NCCli extends App {
val prompt2 = wb(k(s" acsTok: $acsTokStr")) // Access toke, if
any.
val prompt3 = kb(g(s" ${Paths.get("").toAbsolutePath} ")) //
Current working directory.
- reader.printAbove("\n" + prompt1 + "⯐" + prompt2 + "⯐" +
prompt3)
+ reader.printAbove("\n" + prompt1 + ">" + prompt2 + ">" +
prompt3)
reader.readLine(s"${g(">")} ")
}
catch {