diff options
| author | Jeff Carr <[email protected]> | 2025-01-17 02:50:36 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-17 02:50:36 -0600 |
| commit | 0a4b985020eab6b2ca088f7784830c7103f067e4 (patch) | |
| tree | 256133d1ca5a65ca110f6efd4f99899ff4278afe /argv.go | |
| parent | 97c65be0a0bdadca494956fd9c2b58d94e8a5fcc (diff) | |
start saving and setting the Uuidv0.0.45
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ type args struct { Proto string `arg:"--proto" help:"the .proto filename"` Mutex bool `arg:"--mutex" default:"true" help:"insert a mutex into protoc .pb.go file"` MutexName string `arg:"--mutex-name" help:"use a var name for the mutex"` + Regret bool `arg:"--regret" help:"ignore needed UUID. You will eventually regret this."` Delete bool `arg:"--delete" help:"use delete with copy experiment"` 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"` |
