summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-11 03:13:20 -0600
committerJeff Carr <[email protected]>2025-01-11 03:13:20 -0600
commit502826cf8c2e8acbc57dd2400a47511ae7ed644f (patch)
tree7557daab9e076692578842da493d69702c61413b /argv.go
parent9349ab95fc91f74f2c242a7e3ccc0b630c3d95f3 (diff)
lala. working again
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/argv.go b/argv.go
index d50dfad..5670f61 100644
--- a/argv.go
+++ b/argv.go
@@ -12,9 +12,8 @@ type args struct {
Package string `arg:"--package" help:"the package name"`
Proto string `arg:"--proto" help:"the .proto filename"`
Mutex bool `arg:"--mutex" default:"true" help:"insert a mutex into protoc .pb.go file"`
- Marshal bool `arg:"--marshal" default:"true" help:"if you need Marshal(), per-message Mutex's fail for some reason"`
Delete bool `arg:"--delete" help:"use delete with copy experiment"`
- DryRun bool `arg:"--dry-run" help:"show what would be run"`
+ DryRun bool `arg:"--dry-run" help:"check the .proto syntax, but don't do anything"`
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"`
Identify string `arg:"--identify" help:"identify file"`