diff options
| author | Jeff Carr <[email protected]> | 2025-10-15 02:03:56 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-15 02:03:56 -0500 |
| commit | 63f9f0b4724f0751ef07bd3ebf1432c87fd5957b (patch) | |
| tree | c843bef0f2c0837dd163aaeb2d444ba697dd7990 /argv.go | |
| parent | f39e5a1a15cb6f30ab6c100842e85dc73b23f4df (diff) | |
compiles and runs okay
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,8 +62,8 @@ type FixCmd struct { } type VerifyCmd struct { - List bool `arg:"--list" help:"list all stats"` - All bool `arg:"--all" help:"do all repos"` + All *EmptyCmd `arg:"subcommand:all" help:"show mtime changes"` + List bool `arg:"--list" help:"list all stats"` } func (ShowCmd) Examples() string { |
