Missed takes_value() call

This commit is contained in:
Bogdan-Ștefan Neacșu
2022-01-04 17:12:41 +01:00
parent 0b6adf59ce
commit 2041b03046
+1
View File
@@ -33,6 +33,7 @@ pub fn command_args<'a, 'b>() -> App<'a, 'b> {
let mut address_sign_cmd = Arg::with_name(SIGN_ADDRESS_ARG_NAME)
.long(SIGN_ADDRESS_ARG_NAME)
.help("Signs your blockchain address with your identity key")
.takes_value(true)
.conflicts_with(SIGN_TEXT_ARG_NAME);
if cfg!(feature = "coconut") {