diff options
| author | Jeff Carr <[email protected]> | 2024-12-11 00:03:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-11 00:03:08 -0600 |
| commit | b5a5732ead91ca963ca56341e8993c2c502345f5 (patch) | |
| tree | c6fc59549d4cc30ec9267be436e9b877f940e5a5 /argv.go | |
| parent | b952bb8adbb6d161382fc95cf70d7e26e74c5f05 (diff) | |
purge() go cache files
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 { |
