summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 12:59:26 -0600
committerJeff Carr <[email protected]>2024-11-29 12:59:26 -0600
commit4b64696a291e437c4d7219318000636dbda8a0f9 (patch)
tree125eb780f34666e4225e4e3a78850bdcccda8c23 /argv.go
parentbdd91505e06af763437a4d6a53a0796f73556e38 (diff)
unique tag setting for Append()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index fd9f766..52f1728 100644
--- a/argv.go
+++ b/argv.go
@@ -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"`