summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorforge <[email protected]>2025-10-02 15:13:58 -0500
committerJeff Carr <[email protected]>2025-10-02 15:17:19 -0500
commitb0faf8b2725a07beaa100efec92907c354e34013 (patch)
treeb44a2ac31df76d881d4c7f32f2287009b0b5d968 /argv.go
parent572937b9f70943dfee8c7bc6967e54b762b4e7bf (diff)
reload repos
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go11
1 files changed, 6 insertions, 5 deletions
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"`