2
2
şunun yansıması https://github.com/Hilbis/Hilbish eşitlendi 2025-07-02 09:12:03 +00:00
Hilbish/docs/api/hilbish/hilbish.aliases.md
2023-01-07 15:52:49 +00:00

26 satır
529 B
Markdown

---
title: Interface hilbish.aliases
description: command aliasing
layout: doc
menu:
docs:
parent: "API"
---
## Introduction
The alias interface deals with all command aliases in Hilbish.
## Functions
### add(alias, cmd)
This is an alias (ha) for the `hilbish.alias` function.
### delete(name)
Removes an alias.
### list() -> table<string, string>
Get a table of all aliases, with string keys as the alias and the value as the command.
### resolve(alias) -> command (string)
Tries to resolve an alias to its command.