hakoerber / git-repo-manager

A git tool to manage worktrees and integrate with GitHub and GitLab
https://hakoerber.github.io/git-repo-manager/
GNU General Public License v3.0
62 stars 9 forks source link

Show a warning when no filters are set with `grm repos sync remote` #29

Closed hakoerber closed 1 year ago

hakoerber commented 2 years ago

Right now, the command just immediately returns successfully, which is quite confusing.

Instead, there should be a warning like: "You did not specify any filters, so no repositories will be matched. See {--help} for a list of available filters"