[#8294] Interactive mode is the default

This commit is contained in:
Knut Wannheden 2019-05-09 11:17:26 +02:00
parent 7a7350e508
commit 7d818d2f3f

View File

@ -69,7 +69,7 @@ public final class ParserCLI {
settings(a, settings);
ctx = ctx(a, settings);
if (a.interactive) {
if (a.interactive || args == null || args.length == 0) {
interactiveMode(ctx, a);
}
else if (a.toDialect == null || a.sql == null) {