diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"` |
