diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 { |
