diff options
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"` } |
