Skip to content

Commit

Permalink
update flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Just-Nans committed Jan 9, 2025
1 parent 585b622 commit 8d7069e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Options:
-s, --source <SOURCE> The source platform (github, gitlab, codeberg) [aliases: from]
-d, --destination <DESTINATION> The destination platform (github, gitlab, codeberg) [aliases: to]
-n, --no-forks Don't sync forked repositories
-r, --resync Resync all repositories
-c, --config <CONFIG> Custom configuration file
-v, --verbose... Verbose mode (-v, -vv, -vvv)
-h, --help Print help
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
//!
//! ```txt
//! Usage: git-mover [OPTIONS]
//!
//! Options:
//! -s, --source <SOURCE> The source platform (github, gitlab, codeberg) [aliases: from]
//! -d, --destination <DESTINATION> The destination platform (github, gitlab, codeberg) [aliases: to]
//! -n, --no-forks Don't sync forked repositories
//! -r, --resync Resync all repositories
//! -c, --config <CONFIG> Custom configuration file
//! -v, --verbose... Verbose mode (-v, -vv, -vvv)
//! -h, --help Print help
Expand Down

0 comments on commit 8d7069e

Please sign in to comment.