From 0a4b985020eab6b2ca088f7784830c7103f067e4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 17 Jan 2025 02:50:36 -0600 Subject: start saving and setting the Uuid --- argv.go | 1 + 1 file changed, 1 insertion(+) (limited to 'argv.go') diff --git a/argv.go b/argv.go index 4ae5570..603e37c 100644 --- a/argv.go +++ b/argv.go @@ -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"` -- cgit v1.2.3