Skip to content

Commit 640ad81

Browse files
committed
Add resend integration
1 parent 2bd8f2f commit 640ad81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cli.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,9 @@ pub struct Options {
461461
help = "OIDC scope to request (default: openid profile email)"
462462
)]
463463
pub scope: String,
464+
// resend API integration
465+
#[arg(long, env = "P_RESEND_KEY", help = "Resend key to enable mailing")]
466+
pub resend_key: Option<String>,
464467
}
465468

466469
#[derive(Parser, Debug)]

0 commit comments

Comments
 (0)