summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-18 03:22:14 -0500
committerJeff Carr <[email protected]>2025-10-18 03:22:14 -0500
commit8afd9b6bb91050f954625dbf5819672f02781d4b (patch)
treeac7275bf2e2f7302ee53f577ff098470ba785397
parent56477d40119d5788b065f6c31d79a762a90de318 (diff)
todo: make this work
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index 375f50c..36176da 100644
--- a/argv.go
+++ b/argv.go
@@ -15,6 +15,7 @@ import (
type args struct {
Quick *QuickCmd `arg:"subcommand:quick" help:"only do repos with patches"`
+ Gui *EmptyCmd `arg:"subcommand:gui" help:"triggers the gui"`
DryRun bool `arg:"--dry-run,env:DRYRUN" help:"don't actually do the release"`
Minor bool `arg:"--minor" help:"increment minor verion numbers"`
Protobuf bool `arg:"--protobuf" help:"increment protobuf repos"`