mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 01:47:55 +00:00
Improve conflicts to properly detect helper flags (#1063)
This commit is contained in:
@@ -151,7 +151,13 @@ pub struct RunCmd {
|
||||
parse(try_from_str),
|
||||
validator = validate_relay_chain_url,
|
||||
conflicts_with = "collator",
|
||||
conflicts_with = "validator"
|
||||
conflicts_with = "validator",
|
||||
conflicts_with = "alice",
|
||||
conflicts_with = "bob",
|
||||
conflicts_with = "charlie",
|
||||
conflicts_with = "dave",
|
||||
conflicts_with = "eve",
|
||||
conflicts_with = "ferdie"
|
||||
)]
|
||||
pub relay_chain_rpc_url: Option<Url>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user