summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-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"`