Skip to content

Commit 2f63f11

Browse files
authored
YQ fixed fqrun start without queries (#18607)
1 parent 8a88f91 commit 2f63f11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/tests/tools/fqrun/fqrun.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@ class TMain : public TMainBase {
466466
});
467467
options.AddLongOption('A', "action", "Query execute action")
468468
.RequiredArgument("action")
469-
.DefaultValue("run")
470469
.Choices(queryAction.GetChoices())
471470
.Handler1([this, queryAction](const NLastGetopt::TOptsParser* option) {
472471
TString choice(option->CurValOrDef());

0 commit comments

Comments
 (0)