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 { var exports = map[string]lua.LGFunction {
"alias": hlalias, "alias": hlalias,
"appendPath": hlappendPath, "appendPath": hlappendPath,
"complete": hlcomplete,
"cwd": hlcwd, "cwd": hlcwd,
"exec": hlexec, "exec": hlexec,
"goro": hlgoro, "goro": hlgoro,