mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-12 22:37:29 +01:00
Update the binary-path description
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
parent
1fdfa3f208
commit
6c72559457
@ -87,7 +87,9 @@ pub struct BenchDeriveArgs {
|
|||||||
#[arg(long, default_value_t = 60)]
|
#[arg(long, default_value_t = 60)]
|
||||||
tasks_queue_timeout_secs: u64,
|
tasks_queue_timeout_secs: u64,
|
||||||
|
|
||||||
/// The path to the binary to run. By default it compiles the binary with cargo.
|
/// The path to the binary to run.
|
||||||
|
///
|
||||||
|
/// If unspecified, runs `cargo run` after building Meilisearch with `cargo build`.
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
binary_path: Option<PathBuf>,
|
binary_path: Option<PathBuf>,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user