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 efb95e9  Update NCCli.scala
efb95e9 is described below

commit efb95e9ce4dfc261d1f76b33f58ca88e35920e27
Author: Aaron Radzinski <[email protected]>
AuthorDate: Mon Oct 5 23:52:24 2020 -0700

    Update NCCli.scala
---
 .../main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 d5bc8ac..035d39e 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
@@ -1262,8 +1262,8 @@ object NCCli extends App {
 
         parser.setEofOnUnclosedBracket(Bracket.CURLY, Bracket.ROUND, 
Bracket.SQUARE)
         parser.setEofOnUnclosedQuote(true)
-//        parser.regexCommand("")
-//        parser.regexVariable("")
+        parser.regexCommand("")
+        parser.regexVariable("")
         parser.setEscapeChars(null)
 
         val completer = new Completer {

Reply via email to