mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
ignore all the options related to the indexer
This commit is contained in:
parent
1cf9f43dfe
commit
76727455ca
@ -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,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user