diff options
| author | Jeff Carr <[email protected]> | 2025-03-26 03:03:22 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-26 20:44:06 -0500 |
| commit | 2775e36aa4e981a4a052b6f15148b61b0f13a2f7 (patch) | |
| tree | 1e3d272a89b35129fba6c4eaef03d6f1ae0de01b /argv.go | |
| parent | 96fe1d8f1413438c936befd0261adbd8181bc181 (diff) | |
try to autoformat the protobufs for the signal devs
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"` |
