diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 10:30:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 10:30:42 -0500 |
| commit | d84aba4c1d60c6b02e05cbe3b4588a7d7f420403 (patch) | |
| tree | bb8af1d471f46b70277224ee98b2bb61b6ec6f4e /main.go | |
| parent | 8c03d7f6e6ff095f5ecd0724f108774c0bb449b5 (diff) | |
someday virtigo will actually workv0.2.90
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ var resources embed.FS func main() { me = new(virtigoT) - me.argv = argvpb.Autocomplete(&argv) // adds shell auto complete to go-args + argvpb.Init(&argv, APPNAME, BUILDTIME, VERSION) // adds shell auto-complete if os.Getenv("VIRTIGO_HOME") == "" { homeDir, _ := os.UserHomeDir() |
