diff options
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 { |
