From 246771554e3b9abc8d070864c0c90de3d4647b58 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 16 Oct 2025 02:21:32 -0500 Subject: argv cleanups for doVerify --- argv.go | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'argv.go') diff --git a/argv.go b/argv.go index 770bfa6..405ba90 100644 --- a/argv.go +++ b/argv.go @@ -70,8 +70,14 @@ type FixCmd struct { } type VerifyCmd struct { - All *EmptyCmd `arg:"subcommand:all" help:"show mtime changes"` - List bool `arg:"--list" help:"list all stats"` + Namespace *EmptyCmd `arg:"subcommand:namespace" help:"check the namespaces"` + Stats *StatsCmd `arg:"subcommand:stats" help:"generate origin.pb"` +} + +type StatsCmd struct { + All bool `arg:"--all" help:"process all stats"` + Sizes bool `arg:"--sizes" help:"show sizes"` + List bool `arg:"--list" help:"list all stats"` } func (ShowCmd) Examples() string { -- cgit v1.2.3