mirror of https://github.com/Hilbis/Hilbish
fix: export hilbish.complete
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…
Reference in New Issue