diff options
| author | Jeff Carr <[email protected]> | 2025-10-18 03:22:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-18 03:22:14 -0500 |
| commit | 8afd9b6bb91050f954625dbf5819672f02781d4b (patch) | |
| tree | ac7275bf2e2f7302ee53f577ff098470ba785397 | |
| parent | 56477d40119d5788b065f6c31d79a762a90de318 (diff) | |
todo: make this work
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"` |
