diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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"` |
