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

commit 571226dd59f0ca1956136ff722c654a35c6427d1
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sat Oct 3 02:05:31 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 d138a70..74163e7 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
@@ -827,7 +827,7 @@ object NCCli extends App {
     private def mkServerBeaconTable(beacon: NCCliServerBeacon): NCAsciiTable = 
{
         val tbl = new NCAsciiTable
 
-        tbl += (s"PID", s"${g(beacon.pid)} ${y("[s]")}")
+        tbl += (s"PID", s"${g(beacon.pid)} ${b("[s]")}")
         tbl += ("JDBC URL", s"${g(beacon.jdbcUrl)}")
         tbl += ("REST endpoint", s"${g(beacon.restEndpoint)}")
         tbl += ("Uplink", s"${g(beacon.upLink)}")
@@ -958,7 +958,7 @@ object NCCli extends App {
         pinger.start()
 
         while (!exit) {
-            val prompt = if (state.isServer) s"${y("[s]")}${g("\u25b6")} " 
else s"${g("\u25b6")} "
+            val prompt = if (state.isServer) s"${b("[s]")}${g("\u25b6")} " 
else s"${g("\u25b6")} "
 
             val rawLine =
                 try

Reply via email to