chore: Cleanup threads commit

This commit is contained in:
andy.boot
2024-05-06 20:09:01 +01:00
parent 5b87260467
commit e78690e4f5
4 changed files with 28 additions and 27 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ pub fn build_cli() -> Command {
Arg::new("threads")
.short('T')
.long("threads")
.value_parser(value_parser!(u8))
.value_parser(value_parser!(usize))
.help("Number of threads to use")
.num_args(1)
)