docs: [ci] generate new docs

readline-upstream
TorchedSammy 2023-01-07 15:52:49 +00:00 committed by github-actions[bot]
parent 07a7a75b46
commit a2f0ff3e09
1 changed files with 1 additions and 2 deletions

View File

@ -17,9 +17,8 @@ This is an alias (ha) for the `hilbish.alias` function.
### delete(name)
Removes an alias.
### list() -> aliases (table)
### list() -> table<string, string>
Get a table of all aliases, with string keys as the alias and the value as the command.
@returns table<string, string>
### resolve(alias) -> command (string)
Tries to resolve an alias to its command.