Expose indexer opts

This commit is contained in:
many
2021-11-22 15:14:26 +01:00
committed by ManyTheFish
parent 3273fe0470
commit 8058970523
2 changed files with 3 additions and 3 deletions

View File

@ -146,7 +146,7 @@ pub struct Opt {
pub log_level: String,
#[serde(skip)]
#[clap(skip)]
#[clap(flatten)]
pub indexer_options: IndexerOpts,
#[serde(flatten)]