Skip to content
Snippets Groups Projects
Commit 36f735e1 authored by Sebastian Kunert's avatar Sebastian Kunert Committed by GitHub
Browse files

Improve conflicts to properly detect helper flags (#1063)

parent 6cf8177d
No related merge requests found
......@@ -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>,
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment