diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 12:59:26 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 12:59:26 -0600 |
| commit | 4b64696a291e437c4d7219318000636dbda8a0f9 (patch) | |
| tree | 125eb780f34666e4225e4e3a78850bdcccda8c23 /argv.go | |
| parent | bdd91505e06af763437a4d6a53a0796f73556e38 (diff) | |
unique tag setting for Append()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ 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"` + Append string `arg:"--append" help:"will keep this key unique on append"` Sort []string `arg:"--sort" help:"how and what to sort on"` Marshal []string `arg:"--marshal" help:"what to marshal on"` NoMarshal bool `arg:"--no-marshal" help:"do not make a marshal.pb.go file"` |
