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

commit 3ae7a855f450d42a0f7e2702c9539b826d840df9
Author: Aaron Radzinski <[email protected]>
AuthorDate: Mon Oct 5 23:43:31 2020 -0700

    Update NCCli.scala
---
 .../src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala | 3 +--
 1 file changed, 1 insertion(+), 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 e5ef242..d5bc8ac 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
@@ -1196,8 +1196,7 @@ object NCCli extends App {
             System.out,
             System.err,
             Paths.get(""),
-            Array("--syntax=xml", "C:\\Users\\Nikita 
Ivanov\\Documents\\GitHub\\incubator-nlpcraft\\assembly.xml")
-            //Array(args.map(_.value.get).map(s ⇒ stripQuotes(s)): _*)
+            Array(args.map(_.value.get).map(s ⇒ stripQuotes(s)): _*)
         )
 
     /**

Reply via email to