Remove Arc from config structs to make them Serialize
This commit is contained in:
@@ -15,4 +15,7 @@ pub enum SubCmd {
|
||||
}
|
||||
|
||||
#[derive(Debug, Clap)]
|
||||
pub struct Retrieval {}
|
||||
pub struct Retrieval {
|
||||
#[clap(long)]
|
||||
pub config: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user