summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-05 01:44:24 -0600
committerJeff Carr <[email protected]>2024-11-05 01:44:24 -0600
commita72c700f6336da2dd33d5559c8451ccab97172df (patch)
tree8de17ebb874f1e02ebddecbb73dfb8544b645426 /argv.go
parentd3cc4d6a154680e2ff1463ff2d1d3687fef82c1a (diff)
got a temp window to work as a workaround
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index e012789..ecbfbd2 100644
--- a/argv.go
+++ b/argv.go
@@ -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"`