diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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"` |
