feat: password can contain : @ | (#297)

This commit is contained in:
sigoden
2023-11-26 20:47:57 +08:00
committed by GitHub
parent ab29e39148
commit 653cd167d0
4 changed files with 40 additions and 49 deletions

View File

@@ -81,7 +81,6 @@ pub fn build_cli() -> Command {
.long("auth")
.help("Add auth roles, e.g. user:pass@/dir1:rw,/dir2")
.action(ArgAction::Append)
.value_delimiter('|')
.value_name("rules"),
)
.arg(