docs: [ci] generate new docs

pull/128/head
TorchedSammy 2022-03-20 21:54:55 +00:00 committed by GitHub Actions
parent 654ca4b527
commit 0d4143582f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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