diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -62,6 +62,11 @@ func main() { os.Exit(-1) } + if argv.Format { + protoReformat(argv.Proto) + okExit("") + } + if argv.Regret { // this will override the manditory Uuid checks os.Setenv("PROTOBUF_REGRET", "true") |
