diff options
| author | Jeff Carr <[email protected]> | 2025-09-26 13:04:34 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-26 13:04:34 -0500 |
| commit | 89dab2b7bc085f24eeafb28906ea3279120ecbfa (patch) | |
| tree | d483d2c79bccdbb22c3a2517733f1642b76cf10c /argv.go | |
| parent | 544b0af3cc21ffe7d8524161b521ef6d8f16fb29 (diff) | |
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -114,8 +114,8 @@ type SubmitCmd struct { } type PullCmd struct { - Force bool `arg:"--force" help:"try to strong-arm things"` - // Check *EmptyCmd `arg:"subcommand:check" help:"check repo versions"` + Force bool `arg:"--force" help:"try to strong-arm things"` + List *EmptyCmd `arg:"subcommand:list" help:"list repo versions"` // Dirty *EmptyCmd `arg:"subcommand:dirty" help:"only check dirty repos"` // Patches *EmptyCmd `arg:"subcommand:patches" help:"only check repos with patches"` } |
