mirror of https://github.com/Hilbis/Hilbish
docs: [ci] generate new docs
parent
654ca4b527
commit
0d4143582f
|
@ -1,4 +1,4 @@
|
|||
alias(cmd, orig) > Sets an alias of `orig` to `cmd`
|
||||
alias(cmd, orig) > Sets an alias of `cmd` to `orig`
|
||||
|
||||
appendPath(dir) > Appends `dir` to $PATH
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
local hilbish = {}
|
||||
|
||||
--- Sets an alias of `orig` to `cmd`
|
||||
--- Sets an alias of `cmd` to `orig`
|
||||
--- @param cmd string
|
||||
--- @param orig string
|
||||
function hilbish.alias(cmd, orig) end
|
||||
|
|
Loading…
Reference in New Issue