mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
update tests
This commit is contained in:
parent
7e6f068b18
commit
a5ab4b3f64
3 changed files with 2 additions and 4 deletions
|
@ -7,7 +7,6 @@ use meilisearch_http::data::Data;
|
|||
use meilisearch_http::helpers::NormalizePath;
|
||||
use meilisearch_http::option::Opt;
|
||||
use meilisearch_http::{create_app, index_update_callback};
|
||||
|
||||
use structopt::StructOpt;
|
||||
|
||||
mod analytics;
|
||||
|
|
|
@ -12,7 +12,7 @@ use structopt::StructOpt;
|
|||
|
||||
const POSSIBLE_ENV: [&str; 2] = ["development", "production"];
|
||||
|
||||
#[derive(Debug, Clone, StructOpt)]
|
||||
#[derive(Debug, Default, Clone, StructOpt)]
|
||||
pub struct Opt {
|
||||
/// The destination where the database must be created.
|
||||
#[structopt(long, env = "MEILI_DB_PATH", default_value = "./data.ms")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue