diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -68,7 +68,9 @@ type PatchCmd struct { } type PullCmd struct { - Test *EmptyCmd `arg:"subcommand:test" help:"list repos that need 'git pull'"` + Test *EmptyCmd `arg:"subcommand:test" help:"list repos that need 'git pull'"` + Dirty *EmptyCmd `arg:"subcommand:dirty" help:"only check dirty repos"` + Patches *EmptyCmd `arg:"subcommand:patches" help:"only check repos with patches"` } type ConfigAddCmd struct { |
