Let the clone wars begin! (#8731)

Sprinkle some `Clone` onto the cli commands.
This commit is contained in:
Bastian Köcher
2021-05-04 23:57:18 +02:00
committed by GitHub
parent 24eb647571
commit 37ea3958d9
21 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ use sp_core::{Public, crypto::Ss58Codec};
use structopt::StructOpt;
/// The `verify` command
#[derive(Debug, StructOpt)]
#[derive(Debug, StructOpt, Clone)]
#[structopt(
name = "verify",
about = "Verify a signature for a message, provided on STDIN, with a given (public or secret) key"