From 8d7069eae6869dd0961e3be7fefd07a891fb9ad8 Mon Sep 17 00:00:00 2001 From: n4n5 Date: Thu, 9 Jan 2025 17:44:27 +0100 Subject: [PATCH] update flags --- README.md | 1 + src/lib.rs | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 53a8284..1c6cc59 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Options: -s, --source The source platform (github, gitlab, codeberg) [aliases: from] -d, --destination The destination platform (github, gitlab, codeberg) [aliases: to] -n, --no-forks Don't sync forked repositories + -r, --resync Resync all repositories -c, --config Custom configuration file -v, --verbose... Verbose mode (-v, -vv, -vvv) -h, --help Print help diff --git a/src/lib.rs b/src/lib.rs index a5f51dc..083165b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,10 +6,12 @@ //! //! ```txt //! Usage: git-mover [OPTIONS] +//! //! Options: //! -s, --source The source platform (github, gitlab, codeberg) [aliases: from] //! -d, --destination The destination platform (github, gitlab, codeberg) [aliases: to] //! -n, --no-forks Don't sync forked repositories +//! -r, --resync Resync all repositories //! -c, --config Custom configuration file //! -v, --verbose... Verbose mode (-v, -vv, -vvv) //! -h, --help Print help