diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 17:31:49 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 17:31:49 -0600 |
| commit | 3f50c54d09c64aa66224c95bb7f5542db2b7f115 (patch) | |
| tree | bdeb99c0c4a7ef44e781059ddea7cb30d43a5d55 /argv.go | |
| parent | 8fcf500a802e93ae315b6c0c59a7cd9d2ecaae7e (diff) | |
builds again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ type args struct { 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"` + Sort []string `arg:"-s,--sort,separate" 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"` NoSort bool `arg:"--no-sort" help:"do not make a sort.pb.go file"` |
