summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-08 06:45:25 -0600
committerJeff Carr <[email protected]>2024-11-08 06:45:25 -0600
commit9878b8fe6cce13c48bdaebdfe0dc8266268b7da9 (patch)
tree597fc6596f403f2dc93cf2d9b832cc886e039391 /argv.go
parent4cee81ca2dfa576671c2332afe4daa0202314bdb (diff)
use go-cmd/cmdv0.5.5
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 2 insertions, 0 deletions
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 {