diff options
| author | Jeff Carr <[email protected]> | 2025-10-30 14:03:03 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-30 14:03:03 -0500 |
| commit | 7787400035d2e764caac766dc75111e1683e5537 (patch) | |
| tree | 9153d01ffd3cb63011867512991d19e078a0aa3e /argv.go | |
| parent | cc1a5a7acfd0360c49f5710f0d90765f8bad9f8a (diff) | |
try fixing publish
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 { |
