mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-27 04:25:06 +08:00
default db path
This commit is contained in:
parent
6cf82ba993
commit
db3a1905de
@ -23,7 +23,7 @@ static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;
|
|||||||
#[derive(Debug, StructOpt)]
|
#[derive(Debug, StructOpt)]
|
||||||
#[structopt(name = "Milli CLI", about = "A simple CLI to manipulate a milli index.")]
|
#[structopt(name = "Milli CLI", about = "A simple CLI to manipulate a milli index.")]
|
||||||
struct Cli {
|
struct Cli {
|
||||||
#[structopt(short, long)]
|
#[structopt(short, long, default_value = ".")]
|
||||||
index_path: PathBuf,
|
index_path: PathBuf,
|
||||||
#[structopt(short = "s", long, default_value = "100GiB")]
|
#[structopt(short = "s", long, default_value = "100GiB")]
|
||||||
index_size: Byte,
|
index_size: Byte,
|
||||||
|
Loading…
Reference in New Issue
Block a user