summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 11:32:27 -0600
committerJeff Carr <[email protected]>2024-11-29 11:32:27 -0600
commit07e556e3799f815958c7c097686d6ba7176bbe33 (patch)
tree177657acc18eb928ccc646d09b6a237d85d764f4 /argv.go
parentba981d6bb2f31fae2c983e81da0c654f2b4f1593 (diff)
maybe this will be useful. don't know
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 2 insertions, 0 deletions
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 {