summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 11:21:56 -0600
committerJeff Carr <[email protected]>2024-11-29 11:21:56 -0600
commitba981d6bb2f31fae2c983e81da0c654f2b4f1593 (patch)
treea82e5e9259a097c483c2433c1f3c45fa61172696 /argv.go
parent8158a66db580bcfbb89c1d51002b1d07c15fa960 (diff)
only sort keys left
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/argv.go b/argv.go
index 9c458eb..41af3c3 100644
--- a/argv.go
+++ b/argv.go
@@ -9,8 +9,9 @@ package main
var argv args
type args struct {
- Base string `arg:"--base" help:"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"`
}
func (a args) Description() string {