2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 03:33:22 +00:00

fix: use unexported alias handler init function

This commit is contained in:
TorchedSammy 2022-03-19 12:44:26 -04:00
parent 579a0cd0ce
commit 63bc398f1c
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

2
api.go
View File

@ -88,7 +88,7 @@ Check out the {blue}{bold}guide{reset} command to get started.
L.SetField(mod, "os", hshos)
// hilbish.aliases table
aliases = NewAliases()
aliases = newAliases()
aliasesModule := aliases.Loader(L)
util.Document(L, aliasesModule, "Alias inferface for Hilbish.")
L.SetField(mod, "aliases", aliasesModule)