feat: allow multiple added passwords

Fixes #584
This commit is contained in:
ZacharyZcR
2026-06-01 02:06:15 +08:00
parent bfc0e0fb52
commit ea17b5b1bc
9 changed files with 142 additions and 6 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ flag_password:
flag_add_users:
other: "Additional usernames"
flag_add_passwords:
other: "Additional passwords"
other: "Additional passwords, separated by commas or spaces"
flag_users_file:
other: "Username dictionary file"
flag_passwords_file:
+1 -1
View File
@@ -43,7 +43,7 @@ flag_password:
flag_add_users:
other: "额外用户名"
flag_add_passwords:
other: "额外密码"
other: "额外密码,支持逗号或空格分隔多个值"
flag_users_file:
other: "用户名字典文件"
flag_passwords_file: