mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
ignore all the options related to the indexer
This commit is contained in:
parent
1cf9f43dfe
commit
76727455ca
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue