From d93d7643ef2ed2982912b86b3a8c4c080cb76ac4 Mon Sep 17 00:00:00 2001 From: ChanTsune <41658782+ChanTsune@users.noreply.github.com> Date: Sat, 29 Nov 2025 09:58:05 +0900 Subject: [PATCH] :zap: Add `--passphrase` as an alias of `password` --- cli/src/cli.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/src/cli.rs b/cli/src/cli.rs index 5fe07810e..4bfe69bf6 100644 --- a/cli/src/cli.rs +++ b/cli/src/cli.rs @@ -162,6 +162,7 @@ impl FileArgsCompat { pub(crate) struct PasswordArgs { #[arg( long, + visible_alias = "passphrase", help = "Password of archive. If password is not given it's asked from the tty" )] pub(crate) password: Option>,