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 7e19511 Fix for NLPCRAFT-412
add d895788 WIP.
add 4c10237 WIP.
add 43aab21 WIP.
add eddf3e2 WIP.
add 3e896fa WIP.
add 0230d8e WIP.
add f03996e Code review on NLPCRAFT-381
new e6de478 Merge branch 'NLPCRAFT-381'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
nlpcraft-examples/alarm/pom.xml | 2 +-
nlpcraft-examples/echo/pom.xml | 2 +-
nlpcraft-examples/helloworld/pom.xml | 2 +-
nlpcraft-examples/lightswitch/pom.xml | 2 +-
nlpcraft-examples/phone/pom.xml | 2 +-
nlpcraft-examples/sql/pom.xml | 2 +-
nlpcraft-examples/weather/pom.xml | 2 +-
.../phone => nlpcraft-tests/cli}/pom.xml | 20 ++-
.../nlpcraft/model/tools/cmdline/NCCliSpec.scala | 178 +++++++++++++++++++++
pom.xml | 7 +
10 files changed, 205 insertions(+), 14 deletions(-)
copy {nlpcraft-examples/phone => nlpcraft-tests/cli}/pom.xml (85%)
create mode 100644
nlpcraft-tests/cli/src/test/java/org/apache/nlpcraft/model/tools/cmdline/NCCliSpec.scala