diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 15:27:56 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 15:27:56 -0600 |
| commit | a40f961924f6d9fa897f1c48b1ed5e021ef6f590 (patch) | |
| tree | 5a87da260310f5a7404199a396826c3db10e47da /argv.go | |
| parent | a6035cb90f0b86272dd9878c91b59048044873de (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.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"` } |
