diff options
| author | Jeff Carr <[email protected]> | 2024-12-15 08:46:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-15 08:46:23 -0600 |
| commit | 139653ba8c6676f7e9e2b501e9806b2bd8f02045 (patch) | |
| tree | 93c9e4d2343d68bdec4cc6657ad70eefc2e08905 /argv.go | |
| parent | 7bfd2406499d43e555ed878f27455f8b6f32fbda (diff) | |
add --minor argv. will it work?v0.22.41
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 { // Release bool `arg:"--release" help:"do a release an exit"` 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"` 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"` |
