diff options
| author | Jeff Carr <[email protected]> | 2025-07-01 19:03:55 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-07-01 19:03:55 -0500 |
| commit | 4fc9d038ca3e3caebd711d95fdcd6012d3552ba2 (patch) | |
| tree | 2073b7a781384abb37edbbef8c263e12da32443c /argv.go | |
| parent | 1ea9bdf841cb4eae4cd7b1d96288852e799fbeb2 (diff) | |
working out testing
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 { |
