diff options
| author | Jeff Carr <[email protected]> | 2025-01-11 03:13:20 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-11 03:13:20 -0600 |
| commit | 502826cf8c2e8acbc57dd2400a47511ae7ed644f (patch) | |
| tree | 7557daab9e076692578842da493d69702c61413b /argv.go | |
| parent | 9349ab95fc91f74f2c242a7e3ccc0b630c3d95f3 (diff) | |
lala. working again
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"` |
