Update args.rs

This commit is contained in:
João Marcos 2025-04-18 18:49:28 -03:00 committed by GitHub
parent 739dfa9507
commit 23331d180f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ pub struct CliArgs {
pub password: Option<OsString>,
/// Concurrent working threads
#[arg(short = 'c', long, global = true)]
#[arg(short = 't', long, global = true)]
pub threads: Option<usize>,
// Ouch and claps subcommands