Remove Arc from config structs to make them Serialize

This commit is contained in:
Dominik Werder
2021-04-28 14:59:18 +02:00
parent 0204c37017
commit c1fc53c22e
20 changed files with 148 additions and 137 deletions

View File

@@ -15,4 +15,7 @@ pub enum SubCmd {
}
#[derive(Debug, Clap)]
pub struct Retrieval {}
pub struct Retrieval {
#[clap(long)]
pub config: String,
}