summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-11-05 16:10:31 -0600
committerJeff Carr <[email protected]>2025-11-05 16:10:31 -0600
commitb4d90fae8dd9967d2f5d8e6b62f29c9b1bafe6a1 (patch)
tree27335f202eeea1e7b2678c9fdcdb6aa7b65c5f5c /argv.go
parent99f1b719cdee67353d12499308fca117cafd05f3 (diff)
moved to new stat.protov0.25.111v0.25.110
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index a2e80ea..4183238 100644
--- a/argv.go
+++ b/argv.go
@@ -67,6 +67,7 @@ type VerifyCmd struct {
type StatsCmd struct {
All *EmptyCmd `arg:"subcommand:all" help:"run on all the repos"`
Reload bool `arg:"--reload" help:"reload refs"`
+ ReloadClean bool `arg:"--reload-clean" help:"clean out all .git/ .pb files"`
CheckRefs bool `arg:"--check-refs" help:"load & check refs"`
CheckRemote bool `arg:"--check-remote" help:"load & check remote log"`
CheckRemoteRefs bool `arg:"--check-remote-refs" help:"load & check remote refs"`