diff options
| author | Jeff Carr <[email protected]> | 2025-10-30 16:14:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-30 16:14:41 -0500 |
| commit | 78212e63806da6528b56a1c9f678d3ae59e8ebc2 (patch) | |
| tree | 4db2fb223588e971b6cc230bfebfc4a47899cdc4 /argv.go | |
| parent | 7787400035d2e764caac766dc75111e1683e5537 (diff) | |
actually published a repo using this code
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 { |
