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
@@ -28,7 +28,7 @@ use structopt::StructOpt;
use std::path::PathBuf;
/// Parameters for block import.
#[derive(Debug, StructOpt)]
#[derive(Debug, StructOpt, Clone)]
pub struct ImportParams {
#[allow(missing_docs)]
#[structopt(flatten)]
@@ -125,7 +125,7 @@ impl ImportParams {
}
/// Execution strategies parameters.
#[derive(Debug, StructOpt)]
#[derive(Debug, StructOpt, Clone)]
pub struct ExecutionStrategiesParams {
/// The means of execution used when calling into the runtime for importing blocks as
/// part of an initial sync.