summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-09 20:08:22 -0600
committerJeff Carr <[email protected]>2025-01-09 20:08:22 -0600
commit3f81cca18c6f55f303bddc5c4d992cd53894726e (patch)
tree34a38e7d6a3037915f10d82de06d7f0bc8f71bba /argv.go
parent948af64ea2b6e586f4d152fcfc7ed168dae4c919 (diff)
example is working okay
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 6925956..29c5e57 100644
--- a/argv.go
+++ b/argv.go
@@ -9,9 +9,9 @@ package main
var argv args
type args struct {
- Package string `arg:"--package" help:"the package name"`
- LoBase string `arg:"--lobase" help:"lowercase basename"`
- UpBase string `arg:"--upbase" help:"uppercase basename"`
+ Package string `arg:"--package" help:"the package name"`
+ // LoBase string `arg:"--lobase" help:"lowercase basename"`
+ // UpBase string `arg:"--upbase" help:"uppercase basename"`
Proto string `arg:"--proto" help:"the .proto filename"`
Append string `arg:"--append" help:"will keep this key unique on append"`
Sort []string `arg:"-s,--sort,separate" help:"how and what to sort on"`