diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 11:21:56 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 11:21:56 -0600 |
| commit | ba981d6bb2f31fae2c983e81da0c654f2b4f1593 (patch) | |
| tree | a82e5e9259a097c483c2433c1f3c45fa61172696 /argv.go | |
| parent | 8158a66db580bcfbb89c1d51002b1d07c15fa960 (diff) | |
only sort keys left
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 { |
