You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2020/10/03 07:13:21 UTC

[incubator-nlpcraft] branch master updated (840c61a -> b7dfbfa)

This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.


    from 840c61a  Update NCCli.scala
     add 0c26558  WIP.
     add d577943  WIP.
     add cc33935  WIP.
     add ecfe2c2  Update NCCli.scala
     add c1c5c8d  WIP.
     add a99e7a1  Update NCCli.scala
     add 8879f03  WIP.
     add d910613  Update NCCli.scala
     add 9fb8af4  Update NCCli.scala
     add aac9de1  Update NCCli.scala
     add 8c0250a  Update NCCli.scala
     add 7453bda  WIP.
     add 2312303  Update nlpcraft.sh
     add 1bfb825  Update NCCli.scala
     add 129a7a5  WIP.
     add 544a3d1  WIP.
     add 1d0690b  Update NCCli.scala
     add d73ef23  WIP.
     add 9ad1cdc  Updated +x chmod.
     add ca50d83  WIP.
     add 89c9f7f  Update NCCli.scala
     add 5a0127d  Update NCCli.scala
     add b7dfbfa  Update NCCli.scala

No new revisions were added by this update.

Summary of changes:
 bin/nlpcraft.cmd                                   |  54 +-
 bin/nlpcraft.sh                                    |  82 ++-
 nlpcraft/pom.xml                                   |   8 +
 .../org/apache/nlpcraft/common/ansi/NCAnsi.scala   |   5 +-
 .../scala/org/apache/nlpcraft/common/package.scala |   1 +
 .../org/apache/nlpcraft/common/util/NCUtils.scala  |  24 -
 .../nlpcraft/model/tools/cmdline/NCCli.scala       | 788 ++++++++++++++++-----
 .../model/tools/cmdline/NCCliServerBeacon.scala    |   4 +-
 .../org/apache/nlpcraft/server/NCServer.scala      |  20 +-
 pom.xml                                            |  14 +
 10 files changed, 751 insertions(+), 249 deletions(-)
 mode change 100644 => 100755 bin/nlpcraft.sh