Update the default values of the cli

This commit is contained in:
Omar Abdulla
2025-09-19 18:15:50 +03:00
parent 6313ccb9b5
commit e122bbd996
+1 -1
View File
@@ -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<PlatformIdentifier>,