From 80d3e94284766490cfa4dac8e9fb1e6d0c64b360 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 27 Sep 2025 02:12:08 -0500 Subject: repo handling --- argv.go | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'argv.go') diff --git a/argv.go b/argv.go index 7e194fc..75385fe 100644 --- a/argv.go +++ b/argv.go @@ -39,12 +39,13 @@ 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"` - Clean *EmptyCmd `arg:"subcommand:clean" help:"clean the repos"` - Merge *EmptyCmd `arg:"subcommand:merge" help:"merge in new patchsets"` - Scan *EmptyCmd `arg:"subcommand:scan" help:"scan the forged repo dir"` - Reload *EmptyCmd `arg:"subcommand:reload" help:"do Reload() on each git repo"` + 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"` + // 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"` } func (args) Appname() string { -- cgit v1.2.3