ignore all the options related to the indexer

This commit is contained in:
Tamo 2021-06-21 18:13:00 +02:00
parent 1cf9f43dfe
commit 76727455ca
No known key found for this signature in database
GPG Key ID: 20CD8020AFA88D69

View File

@ -188,7 +188,7 @@ pub struct Opt {
#[structopt(long, conflicts_with = "import-snapshot")]
pub import_dump: Option<PathBuf>,
#[structopt(flatten)]
#[structopt(skip)]
pub indexer_options: IndexerOpts,
}