diff options
| author | Jeff Carr <[email protected]> | 2025-03-29 09:43:24 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-29 09:43:24 -0500 |
| commit | 0a97886cd2e942070ac478b2802f49dca8249f36 (patch) | |
| tree | d76ea1d019b3a57faac3454ba6a7e9e80a3a3526 /argv.go | |
| parent | de7d698e194c69df2a884a62fe606d28b1ff7b71 (diff) | |
fix --debug
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"` |
