From b6a18788377386493d9df455a7a1db58d0868c7e Mon Sep 17 00:00:00 2001 From: Elizabeth Engelman <4752801+elizabethengelman@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:50:00 -0400 Subject: [PATCH] Address PR feedback --- cmd/soroban-cli/src/config/sign_with.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/soroban-cli/src/config/sign_with.rs b/cmd/soroban-cli/src/config/sign_with.rs index 748882801..2717cefdd 100644 --- a/cmd/soroban-cli/src/config/sign_with.rs +++ b/cmd/soroban-cli/src/config/sign_with.rs @@ -53,6 +53,7 @@ pub struct Args { /// Lab URL for `sign_with_lab` #[arg( long, + conflicts_with = "sign_with_key", env = "STELLAR_SIGN_WITH_LAB_URL", default_value = "https://lab.stellar.org/transaction/cli-sign" )]