mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
chore: Cleanup threads commit
This commit is contained in:
+1
-1
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user