mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-14 05:11:07 +00:00
Update the default values of the cli
This commit is contained in:
@@ -170,7 +170,7 @@ pub struct TestExecutionContext {
|
|||||||
#[arg(
|
#[arg(
|
||||||
short = 'p',
|
short = 'p',
|
||||||
long = "platform",
|
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>,
|
pub platforms: Vec<PlatformIdentifier>,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user