diff options
Diffstat (limited to 'argv.go')
| -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"` |
