Fix formatting
This commit is contained in:
@@ -42,9 +42,7 @@ pub enum ReposAction {
|
|||||||
#[derive(Parser)]
|
#[derive(Parser)]
|
||||||
#[clap(about = "Sync local repositories with a configured list")]
|
#[clap(about = "Sync local repositories with a configured list")]
|
||||||
pub enum SyncAction {
|
pub enum SyncAction {
|
||||||
#[clap(
|
#[clap(about = "Synchronize the repositories to the configured values")]
|
||||||
about = "Synchronize the repositories to the configured values"
|
|
||||||
)]
|
|
||||||
Config(Config),
|
Config(Config),
|
||||||
#[clap(about = "Synchronize the repositories from a remote provider")]
|
#[clap(about = "Synchronize the repositories from a remote provider")]
|
||||||
Remote(SyncRemoteArgs),
|
Remote(SyncRemoteArgs),
|
||||||
|
|||||||
Reference in New Issue
Block a user