diff options
| author | forge <[email protected]> | 2025-10-02 15:13:58 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-02 15:17:19 -0500 |
| commit | b0faf8b2725a07beaa100efec92907c354e34013 (patch) | |
| tree | b44a2ac31df76d881d4c7f32f2287009b0b5d968 /argv.go | |
| parent | 572937b9f70943dfee8c7bc6967e54b762b4e7bf (diff) | |
reload repos
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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"` |
