diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 10:49:12 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 10:49:12 -0500 |
| commit | d22db5dabfc6f8330b38adedd0528192ae2d47d8 (patch) | |
| tree | 725c410000f83009b1ce6a6d2da6712db082eb9c /main.go | |
| parent | 2a466a788a0f78dddce2ca544db6e34f0b8e2f12 (diff) | |
| parent | 51027a1b04b3da1a81d617d16a07ac1242d90a81 (diff) | |
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,8 @@ package main import ( "embed" + + "go.wit.com/lib/protobuf/argvpb" ) //go:embed resources/* @@ -9,6 +11,7 @@ var resources embed.FS func main() { me = new(mainType) + argvpb.Init(&argv, APPNAME, BUILDTIME, VERSION) // adds shell auto-complete parseArgvStruct() } |
