diff --git a/cmd/soroban-cli/src/config/sign_with.rs b/cmd/soroban-cli/src/config/sign_with.rs index 3eb9b95cf..e4ef1422e 100644 --- a/cmd/soroban-cli/src/config/sign_with.rs +++ b/cmd/soroban-cli/src/config/sign_with.rs @@ -57,6 +57,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" )]