summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-27 11:16:33 -0500
committerJeff Carr <[email protected]>2025-09-27 11:17:35 -0500
commit8d311c65a7583b0da58d2c9870301acdf93ccb0d (patch)
tree94fa94f170c00c209b2c43220a94f2f3f9df67f8 /argv.go
parent80d3e94284766490cfa4dac8e9fb1e6d0c64b360 (diff)
add devel branchesv0.0.55
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/argv.go b/argv.go
index 75385fe..c7576d1 100644
--- a/argv.go
+++ b/argv.go
@@ -39,10 +39,11 @@ 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"`
+ 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:"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"`