diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ package main */ type argv struct { - Repo string `arg:"positional" help:"go import path"` + // Repo string `arg:"positional" help:"go import path"` // Increment bool `arg:"--increment" help:"auto increment"` // Release bool `arg:"--release" help:"do a release an exit"` DryRun bool `arg:"--dry-run,env:DRYRUN" help:"don't actually do the release"` |
