diff options
| author | Jeff Carr <[email protected]> | 2024-12-16 00:19:03 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-16 00:19:03 -0600 |
| commit | e76894265e23eb3f41ed8cc3303ecfbefd0122b8 (patch) | |
| tree | 39b63c4ad19d76b054ef5343802b0e35559f6e3b /argv.go | |
| parent | 04f3fa193ab24b84267fe8949a0c75754e627669 (diff) | |
add --protobuf
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ type args struct { DryRun bool `arg:"--dry-run,env:DRYRUN" help:"don't actually do the release"` Fix bool `arg:"--fix" help:"run fixGoMod() on startup"` Minor bool `arg:"--minor" help:"increment minor verion numbers"` + Protobuf bool `arg:"--protobuf" help:"increment protobuf repos"` Reason string `arg:"--reason" help:"tag message"` DumpVersions bool `arg:"--dump-versions" help:"dump the versions file for go.wit.com"` Port int `arg:"--port" default:"9419" help:"do fun stuff with curl"` |
