summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 17:31:49 -0600
committerJeff Carr <[email protected]>2024-11-29 17:31:49 -0600
commit3f50c54d09c64aa66224c95bb7f5542db2b7f115 (patch)
treebdeb99c0c4a7ef44e781059ddea7cb30d43a5d55 /argv.go
parent8fcf500a802e93ae315b6c0c59a7cd9d2ecaae7e (diff)
builds again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index ca49bf1..472425d 100644
--- a/argv.go
+++ b/argv.go
@@ -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"`