From 9878b8fe6cce13c48bdaebdfe0dc8266268b7da9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 8 Nov 2024 06:45:25 -0600 Subject: use go-cmd/cmd --- argv.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'argv.go') diff --git a/argv.go b/argv.go index 2d04a27..97541a2 100644 --- a/argv.go +++ b/argv.go @@ -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 { -- cgit v1.2.3