feat: v1.13.18, external_sign supports --message-type
This commit is contained in:
@@ -53,6 +53,11 @@ pub fn build_message_arg() -> Arg<'static, 'static> {
|
||||
Arg::with_name("message-base64").long("message-base64").takes_value(true).required(true).help("Message in base64")
|
||||
}
|
||||
|
||||
|
||||
pub fn build_message_type_arg() -> Arg<'static, 'static> {
|
||||
Arg::with_name("message-type").long("message-type").takes_value(true).help("Optional, message type, raw, sha256, sha384 or sha512")
|
||||
}
|
||||
|
||||
pub fn build_no_pin_arg() -> Arg<'static, 'static> {
|
||||
Arg::with_name("no-pin").long("no-pin").help("No PIN")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user