From a2f0ff3e091aae80bd3008af9dd77a06616780c1 Mon Sep 17 00:00:00 2001 From: TorchedSammy Date: Sat, 7 Jan 2023 15:52:49 +0000 Subject: [PATCH] docs: [ci] generate new docs --- docs/api/hilbish/hilbish.aliases.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api/hilbish/hilbish.aliases.md b/docs/api/hilbish/hilbish.aliases.md index 9b90e5c..34182ad 100644 --- a/docs/api/hilbish/hilbish.aliases.md +++ b/docs/api/hilbish/hilbish.aliases.md @@ -17,9 +17,8 @@ This is an alias (ha) for the `hilbish.alias` function. ### delete(name) Removes an alias. -### list() -> aliases (table) +### list() -> table Get a table of all aliases, with string keys as the alias and the value as the command. -@returns table ### resolve(alias) -> command (string) Tries to resolve an alias to its command.