[#8294] Interactive mode is the default
This commit is contained in:
parent
7a7350e508
commit
7d818d2f3f
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user