Pochatkin commented on code in PR #1970:
URL: https://github.com/apache/ignite-3/pull/1970#discussion_r1178843559
##########
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:
Miss comment, fixed
--
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]