mirror of https://github.com/Hilbis/Hilbish
docs: fix hilbish.alias doc
parent
802f444ba6
commit
654ca4b527
2
api.go
2
api.go
|
@ -254,7 +254,7 @@ func hlmlprompt(L *lua.LState) int {
|
||||||
}
|
}
|
||||||
|
|
||||||
// alias(cmd, orig)
|
// alias(cmd, orig)
|
||||||
// Sets an alias of `orig` to `cmd`
|
// Sets an alias of `cmd` to `orig`
|
||||||
// --- @param cmd string
|
// --- @param cmd string
|
||||||
// --- @param orig string
|
// --- @param orig string
|
||||||
func hlalias(L *lua.LState) int {
|
func hlalias(L *lua.LState) int {
|
||||||
|
|
Loading…
Reference in New Issue