default db path

This commit is contained in:
ad hoc 2022-03-07 10:30:47 +01:00
parent 6cf82ba993
commit db3a1905de
No known key found for this signature in database
GPG Key ID: 4F00A782990CC643

View File

@ -23,7 +23,7 @@ static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;
#[derive(Debug, StructOpt)]
#[structopt(name = "Milli CLI", about = "A simple CLI to manipulate a milli index.")]
struct Cli {
#[structopt(short, long)]
#[structopt(short, long, default_value = ".")]
index_path: PathBuf,
#[structopt(short = "s", long, default_value = "100GiB")]
index_size: Byte,