From b0faf8b2725a07beaa100efec92907c354e34013 Mon Sep 17 00:00:00 2001 From: forge Date: Thu, 2 Oct 2025 15:13:58 -0500 Subject: reload repos --- argv.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'argv.go') diff --git a/argv.go b/argv.go index c7576d1..6e1783e 100644 --- a/argv.go +++ b/argv.go @@ -39,11 +39,12 @@ type PatchCmd struct { } type ReposCmd struct { - List *EmptyCmd `arg:"subcommand:list" help:"list the repos"` - Pull *EmptyCmd `arg:"subcommand:pull" help:"'git pull' on the repos"` - Scan *EmptyCmd `arg:"subcommand:scan" help:"scan the forged repo dir"` - Fix *EmptyCmd `arg:"subcommand:fix" help:"try to fix the repo PB"` - Devel *EmptyCmd `arg:"subcommand:devel" help:"list repos with devel branches"` + List *EmptyCmd `arg:"subcommand:list" help:"list the repos"` + Pull *EmptyCmd `arg:"subcommand:pull" help:"'git pull' on the repos"` + Scan *EmptyCmd `arg:"subcommand:scan" help:"scan the forged repo dir"` + Fix *EmptyCmd `arg:"subcommand:fix" help:"try to fix the repo PB"` + Devel *EmptyCmd `arg:"subcommand:devel" help:"list repos with devel branches"` + Reload *EmptyCmd `arg:"subcommand:reload" help:"gitpb.Reload() each repo"` // Reload *EmptyCmd `arg:"subcommand:reload" help:"do Reload() on each git repo"` // Clean *EmptyCmd `arg:"subcommand:clean" help:"clean the repos"` // Merge *EmptyCmd `arg:"subcommand:merge" help:"merge in new patchsets"` -- cgit v1.2.3