summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 15:27:56 -0600
committerJeff Carr <[email protected]>2024-11-29 15:27:56 -0600
commita40f961924f6d9fa897f1c48b1ed5e021ef6f590 (patch)
tree5a87da260310f5a7404199a396826c3db10e47da /argv.go
parenta6035cb90f0b86272dd9878c91b59048044873de (diff)
jam a mutex in the proto-gen-go pb.go file for now
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 52f1728..ca49bf1 100644
--- a/argv.go
+++ b/argv.go
@@ -16,6 +16,7 @@ type args struct {
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"`
+ NoSort bool `arg:"--no-sort" help:"do not make a sort.pb.go file"`
DryRun bool `arg:"--dry-run" help:"show what would be run"`
}