summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 11:56:57 -0600
committerJeff Carr <[email protected]>2024-11-29 11:56:57 -0600
commitdc640a6ccb70fa15a7d0cf3132aa0d484ea3b0f4 (patch)
treeb8a1b602988670ced877718efcc3a79426e21b88 /argv.go
parent07e556e3799f815958c7c097686d6ba7176bbe33 (diff)
autogen the marshal file
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/argv.go b/argv.go
index fb1eedd..50ac4d9 100644
--- a/argv.go
+++ b/argv.go
@@ -9,11 +9,11 @@ package main
var argv args
type args struct {
- LoBase string `arg:"--lobase" help:"lowercase basename"`
- UpBase string `arg:"--upbase" help:"uppercase basename"`
- Proto string `arg:"--proto" help:"the .proto filename"`
+ LoBase string `arg:"--lobase" help:"lowercase basename"`
+ UpBase string `arg:"--upbase" help:"uppercase basename"`
+ Proto string `arg:"--proto" help:"the .proto filename"`
Sort []string `arg:"--sort" help:"how and what to sort on"`
- DryRun bool `arg:"--dry-run" help:"show what would be run"`
+ DryRun bool `arg:"--dry-run" help:"show what would be run"`
}
func (a args) Description() string {