summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/argv.go b/argv.go
index dc376a9..61ab8f5 100644
--- a/argv.go
+++ b/argv.go
@@ -82,8 +82,9 @@ type UpgradeCmd struct {
}
type PublishCmd struct {
- All bool `arg:"--all" help:"show all the packages"`
- Gomod bool `arg:"--keep-gomod" help:"don't really do anything"`
+ Protobuf bool `arg:"--protobuf" help:"force all protobufs to be republished"`
+ Doit bool `arg:"--doit" help:"actually publish"`
+ // Gomod bool `arg:"--keep-gomod" help:"don't really do anything"`
}
type InstallCmd struct {