summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/argv.go b/argv.go
index 61ab8f5..6779cf4 100644
--- a/argv.go
+++ b/argv.go
@@ -82,9 +82,9 @@ type UpgradeCmd struct {
}
type PublishCmd struct {
- 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"`
+ Protobuf bool `arg:"--protobuf" help:"force all protobufs to be republished"`
+ Doit bool `arg:"--doit" help:"actually publish"`
+ KeepGomod bool `arg:"--keep-gomod" help:"don't really do anything"`
}
type InstallCmd struct {