diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 10:38:08 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 10:38:08 -0500 |
| commit | dee05f9efde26a1b3a781781262cd49a6750f6bc (patch) | |
| tree | eda9bce04fae397254b9e91af6ba743fe96eda1e /main.go | |
| parent | c8b4bfc00ff9f2c6d5a8502f0e93f05a641ebc57 (diff) | |
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ var resources embed.FS func main() { me = new(gusconf) - me.argv = argvpb.Autocomplete(&argv) // adds shell auto complete to go-args + argvpb.Init(&argv, APPNAME, BUILDTIME, VERSION) // adds shell auto-complete log.Info("tmp hack", uuid.New().String()) |
