.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ use std::path::PathBuf;
|
||||
#[derive(Args)]
|
||||
pub(crate) struct QueryArgs {
|
||||
#[arg(short, long, value_name = "DATASET PATH")]
|
||||
pub(crate) dataset_path: PathBuf,
|
||||
pub(crate) dataset_path: Option<PathBuf>,
|
||||
|
||||
#[arg(short, long, value_name = "QUERY PATH")]
|
||||
pub(crate) query_path: PathBuf,
|
||||
|
||||
Reference in New Issue
Block a user