You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr (Jira)" <ji...@apache.org> on 2023/03/15 11:29:00 UTC

[jira] [Created] (IGNITE-19040) Add multiline support to CLI

Aleksandr created IGNITE-19040:
----------------------------------

             Summary: Add multiline support to CLI
                 Key: IGNITE-19040
                 URL: https://issues.apache.org/jira/browse/IGNITE-19040
             Project: Ignite
          Issue Type: Improvement
          Components: cli
            Reporter: Aleksandr


There are some cases when multiline support is very helpful:
- config update
- sql repl
- ignite.jdbc-url setup
- ...

I would like to have the option to hit shift+enter and continue to type the same command. We can think about implementing our own parser and key handler or try to use jline functionality. Here is the reference with the support of multiline for sql https://github.com/jline/jline3/issues/36 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)