mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-02 03:33:22 +00:00
docs: fix hilbish.alias doc
This commit is contained in:
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…
x
Reference in New Issue
Block a user