From 07e556e3799f815958c7c097686d6ba7176bbe33 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Nov 2024 11:32:27 -0600 Subject: maybe this will be useful. don't know Signed-off-by: Jeff Carr --- argv.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'argv.go') diff --git a/argv.go b/argv.go index 41af3c3..fb1eedd 100644 --- a/argv.go +++ b/argv.go @@ -12,6 +12,8 @@ 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"` + Sort []string `arg:"--sort" help:"how and what to sort on"` + DryRun bool `arg:"--dry-run" help:"show what would be run"` } func (a args) Description() string { -- cgit v1.2.3