Improve conflicts to properly detect helper flags (#1063)

This commit is contained in:
Sebastian Kunert
2022-03-02 12:13:33 +01:00
committed by GitHub
parent 0546af470c
commit e42a7c3fff
+7 -1
View File
@@ -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>,
}