fix: export hilbish.complete

windows-fixes
TorchedSammy 2022-03-05 11:38:33 -04:00
parent 59963add14
commit 9f206ebed0
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 0 deletions

1
api.go
View File

@ -23,6 +23,7 @@ import (
var exports = map[string]lua.LGFunction {
"alias": hlalias,
"appendPath": hlappendPath,
"complete": hlcomplete,
"cwd": hlcwd,
"exec": hlexec,
"goro": hlgoro,