diff options
| author | Jeff Carr <[email protected]> | 2025-01-29 20:00:26 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-29 20:00:26 -0600 |
| commit | 9ee828cc3b362cf490d3cd8dd4296ff56a3f85e2 (patch) | |
| tree | 5dcceb8027c85cda530473103f2c55828aec11b7 /argv.go | |
| parent | 1d6c67b46cc4d3ee137e3f4ddc6145841732cd7c (diff) | |
hopefully this logic will finally fucking work
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ type args struct { // 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"` + Verbose bool `arg:"--verbose" help:"talk alot"` 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"` |
