diff options
| author | Jeff Carr <[email protected]> | 2025-09-26 18:57:02 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-26 18:57:02 -0500 |
| commit | 957754de671bf6e5e3fcc77bf4d7c0340a2ac937 (patch) | |
| tree | 7c1d6311db5d580ff99b48505af35dd41bc0fdf9 /argv.go | |
| parent | 89dab2b7bc085f24eeafb28906ea3279120ecbfa (diff) | |
pull check
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -114,10 +114,9 @@ type SubmitCmd struct { } type PullCmd struct { - 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"` + Force bool `arg:"--force" help:"try to strong-arm things"` + List *EmptyCmd `arg:"subcommand:list" help:"list repo versions"` + Check *EmptyCmd `arg:"subcommand:check" help:"check for repo changes"` } type TagCmd struct { |
