diff options
| author | Jeff Carr <[email protected]> | 2025-01-09 12:54:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-09 12:54:04 -0600 |
| commit | e79ba634661baba562fa0ab9245040bd37c29f4c (patch) | |
| tree | a0f0908d87ff9197ebc87dd6a715e002b2a0785c /argv.go | |
| parent | c99d8763e6c85513c700d58cd1e2163c31d2187d (diff) | |
rename dir
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ type args struct { Marshal []string `arg:"--marshal" help:"what to marshal on"` NoMarshal bool `arg:"--no-marshal" help:"do not make a marshal.pb.go file"` NoSort bool `arg:"--no-sort" help:"do not make a sort.pb.go file"` - Mutex bool `arg:"--mutex" help:"try mutex hack (breaks proto.Marshal()"` + Mutex bool `arg:"--mutex" help:"try mutex hack (breaks proto.Marshal() ???)"` DryRun bool `arg:"--dry-run" help:"show what would be run"` GoSrc string `arg:"--go-src" help:"default is ~/go/src. could be set to your go.work path"` GoPath string `arg:"--gopath" help:"the gopath of this repo"` |
