summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-26 03:03:22 -0500
committerJeff Carr <[email protected]>2025-03-26 20:44:06 -0500
commit2775e36aa4e981a4a052b6f15148b61b0f13a2f7 (patch)
tree1e3d272a89b35129fba6c4eaef03d6f1ae0de01b /argv.go
parent96fe1d8f1413438c936befd0261adbd8181bc181 (diff)
try to autoformat the protobufs for the signal devs
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index 5220faf..76cef67 100644
--- a/argv.go
+++ b/argv.go
@@ -19,6 +19,7 @@ type args struct {
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"`
+ Format bool `arg:"--format" help:"only reformat the .proto file"`
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"`