diff options
| author | Jeff Carr <[email protected]> | 2025-01-08 19:45:48 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-08 19:45:48 -0600 |
| commit | 3fe2fde185b950215008e67a50364ec741f2fd09 (patch) | |
| tree | 25392d9c486a324afe61239d54b5e4395d3a3000 /argv.go | |
| parent | 0a1eb821e9123f4e6793b410300803c610d4b804 (diff) | |
make a protofile for the app itself
that turns out to be a lot of fun!
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ package main var argv args type args struct { + Package string `arg:"--package" help:"the package name"` LoBase string `arg:"--lobase" help:"lowercase basename"` UpBase string `arg:"--upbase" help:"uppercase basename"` Proto string `arg:"--proto" help:"the .proto filename"` |
