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" )]