mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-03 12:13:25 +00:00
fix: export hilbish.complete
This commit is contained in:
parent
59963add14
commit
9f206ebed0
1
api.go
1
api.go
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user