summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-26 06:05:21 -0500
committerJeff Carr <[email protected]>2025-09-26 06:07:33 -0500
commite41cf6f043e3475c74b3376d80d2294d9a6e72df (patch)
tree14f9c4afda3d74e443f9dc4eab5cdd7cbc4e2426 /argv.go
parent95663ece2bdfaad9edcd64045005f1cde6c15e2a (diff)
fix git pull / git fetchv0.0.51v0.0.50
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 a506bfe..7e194fc 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"`
- Clean *EmptyCmd `arg:"subcommand:clean" help:"clean the repos"`
- Merge *EmptyCmd `arg:"subcommand:merge" help:"merge in new patchsets"`
- Init *EmptyCmd `arg:"subcommand:init" help:"init the repo list"`
+ 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"`
}
func (args) Appname() string {