summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-30 16:14:41 -0500
committerJeff Carr <[email protected]>2025-10-30 16:14:41 -0500
commit78212e63806da6528b56a1c9f678d3ae59e8ebc2 (patch)
tree4db2fb223588e971b6cc230bfebfc4a47899cdc4 /argv.go
parent7787400035d2e764caac766dc75111e1683e5537 (diff)
actually published a repo using this code
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 {