diff options
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"` |
