summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-29 09:43:24 -0500
committerJeff Carr <[email protected]>2025-03-29 09:43:24 -0500
commit0a97886cd2e942070ac478b2802f49dca8249f36 (patch)
treed76ea1d019b3a57faac3454ba6a7e9e80a3a3526 /argv.go
parentde7d698e194c69df2a884a62fe606d28b1ff7b71 (diff)
fix --debug
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 9b05d60..c977657 100644
--- a/argv.go
+++ b/argv.go
@@ -20,6 +20,7 @@ type args struct {
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:"format the .proto file and exit"`
+ Debug bool `arg:"--debug" help:"enable debugging information"`
Comments bool `arg:"--format-comments" help:"enforce parseable comments in a .proto file"`
NoFormat bool `arg:"--no-format" help:"do not auto-reformat the .proto file"`
GoSrc string `arg:"--go-src" help:"default is ~/go/src. could be set to your go.work path"`