We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b1333 commit a90234eCopy full SHA for a90234e
ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp
@@ -51,7 +51,7 @@ int TClientCommandServer::Run(TConfig& config) {
51
void TClientCommandServer::Config(TConfig& config) {
52
TClientCommand::Config(config);
53
for (auto plugin: RunConfig.Plugins) {
54
- plugin->SetupOpts(config.Opts->GetOpts());
+ plugin->SetupOpts(*config.Opts);
55
}
56
NConfig::AddProtoConfigOptions(DepsRecorder->GetDeps().ProtoConfigFileProvider);
57
InitCfg.RegisterCliOptions(*config.Opts);
0 commit comments