diff options
| author | Jeff Carr <[email protected]> | 2024-11-08 06:45:25 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-08 06:45:25 -0600 |
| commit | 9878b8fe6cce13c48bdaebdfe0dc8266268b7da9 (patch) | |
| tree | 597fc6596f403f2dc93cf2d9b832cc886e039391 /argv.go | |
| parent | 4cee81ca2dfa576671c2332afe4daa0202314bdb (diff) | |
use go-cmd/cmdv0.5.5
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ type args struct { GoSrc bool `arg:"--go-src" default:"true" help:"only work in ~/go/src"` DryRun bool `arg:"--dry-run" help:"show what would be run"` Recursive bool `arg:"--recursive" default:"false" help:"resursively clone all dependencies"` + Pull bool `arg:"--pull" default:"false" help:"run 'git pull' on all your repos"` + // Fetch bool `arg:"--fetch" default:"false" help:"run 'git fetch' on all your repos"` } func (a args) Description() string { |
