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 2021/07/01 00:14:57 UTC

[incubator-nlpcraft] branch master updated: Update NCCli.scala

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ca1fe36  Update NCCli.scala
ca1fe36 is described below

commit ca1fe362baa7571b4c67ab021042ddc1291e3b95
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Wed Jun 30 17:14:47 2021 -0700

    Update NCCli.scala
---
 .../src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala   | 1 +
 1 file changed, 1 insertion(+)

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 7384379..f3492c3 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
@@ -2566,6 +2566,7 @@ object NCCli extends NCCliBase {
         reader.unsetOpt(LineReader.Option.INSERT_TAB)
         reader.unsetOpt(LineReader.Option.BRACKETED_PASTE)
         reader.setOpt(LineReader.Option.DISABLE_EVENT_EXPANSION)
+        reader.setOpt(LineReader.Option.AUTO_REMOVE_SLASH)
         reader.setVariable(
             LineReader.HISTORY_FILE,
             new File(SystemUtils.getUserHome, HIST_PATH).getAbsolutePath