summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-10 03:53:07 -0600
committerJeff Carr <[email protected]>2025-01-10 03:53:07 -0600
commit5bb3846a3b8267399dabaa532a0b1c4d31cf7791 (patch)
tree54e13c486dc8797c3e95b3db2d217b5b0a81f1a0 /argv.go
parentb111cdd1f96a41c80abf368955aa4f50fe38782f (diff)
almost done removing old map var
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index 29c5e57..6d496f1 100644
--- a/argv.go
+++ b/argv.go
@@ -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" default:"true" help:"add mutex in protoc autogen file"`
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"`