Add functionality to check out worktree-ready repos

This commit is contained in:
2021-11-21 15:08:09 +01:00
parent 74a7772a29
commit 153d09f3ef
3 changed files with 185 additions and 90 deletions

View File

@@ -45,11 +45,7 @@ pub struct Sync {
#[derive(Parser)]
#[clap()]
pub struct OptionalConfig {
#[clap(
short,
long,
about = "Path to the configuration file"
)]
#[clap(short, long, about = "Path to the configuration file")]
pub config: Option<String>,
}