Skip to content
Snippets Groups Projects
Commit a430082c authored by Patrick Lam's avatar Patrick Lam
Browse files

add single-map option

parent 724cee21
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,9 @@ struct Args {
#[arg(long)]
cutoff: Option<i32>,
#[arg(long,require_equals=true,num_args=0..=1,default_missing_value_os="true")]
single_map: Option<bool>,
}
#[test]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment