This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-108
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-108 by this push:
new c8ed69b Update NCCli.scala
c8ed69b is described below
commit c8ed69b2b220e1852873d5e7b3cbd18bcd1cc2b7
Author: Aaron Radzinski <[email protected]>
AuthorDate: Mon Oct 5 23:54:51 2020 -0700
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 035d39e..5359a96 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
@@ -1360,7 +1360,7 @@ object NCCli extends App {
)
// NOTE: 'enable' currently doesn't work on.
- new AutosuggestionWidgets(reader).disable()
+ //new AutosuggestionWidgets(reader).disable()
logln(s"Hit ${rv(" Tab ")} or type '${c("help")}' to get help,
'${c("quit")}' to exit.")