PakhomovAlexander commented on code in PR #1970:
URL: https://github.com/apache/ignite-3/pull/1970#discussion_r1176768476


##########
modules/cli/src/main/java/org/apache/ignite/internal/cli/Main.java:
##########
@@ -56,7 +56,7 @@ public static void main(String[] args) {
         try (MicronautFactory micronautFactory = new 
MicronautFactory(builder.start())) {
             AnsiConsole.systemInstall();
             initReplExecutor(micronautFactory);
-            if (args.length != 0 || !isatty()) { // do not enter REPL if input 
or output is redirected
+            if (args.length != 0 /*|| !isatty()*/) { // do not enter REPL if 
input or output is redirected

Review Comment:
   Could you please explain why does this change make sense?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to