enhance: allow to adjust concurrency number

This commit is contained in:
mokurin000
2025-07-31 10:45:08 +08:00
parent cb92337dee
commit 3ab53b426d
2 changed files with 12 additions and 9 deletions

View File

@@ -41,7 +41,10 @@ pub enum Commands {
user_id: u32,
},
ListAllUser,
ListAllUser {
#[arg(short, long, default_value_t = 5)]
concurrency: usize,
},
Logout {
#[arg(short, long)]