From e122bbd996435b6b905ba62f57bd6858e9e30dff Mon Sep 17 00:00:00 2001 From: Omar Abdulla Date: Fri, 19 Sep 2025 18:15:50 +0300 Subject: [PATCH] Update the default values of the cli --- crates/config/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/config/src/lib.rs b/crates/config/src/lib.rs index 3f0c886..3551a34 100644 --- a/crates/config/src/lib.rs +++ b/crates/config/src/lib.rs @@ -170,7 +170,7 @@ pub struct TestExecutionContext { #[arg( short = 'p', long = "platform", - default_value = "geth-evm-solc,revive-dev-node-polkavm-resolc" + default_values = ["geth-evm-solc", "revive-dev-node-polkavm-resolc"] )] pub platforms: Vec,