Use clap arg conflicts check
This commit is contained in:
committed by
Tyera Eulberg
parent
b7be5b9a7a
commit
b9eb7e14e6
@ -191,6 +191,7 @@ fn main() {
|
||||
Arg::with_name("no_signer")
|
||||
.long("no-signer")
|
||||
.takes_value(false)
|
||||
.conflicts_with("signer")
|
||||
.help("Launch node without vote signer"),
|
||||
)
|
||||
.get_matches();
|
||||
|
Reference in New Issue
Block a user