diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ package main var argv args type args struct { - Repo string `arg:"positional" help:"gopath (otherwise uses "pwd")"` + Recursive bool `arg:"--recursive" default:"false" help:"clean every repo found in go/src or go.work"` + Auto bool `arg:"--auto" help:"don't approve via STDIN"` } func (args) Version() string { |
