Skip to content

Conversation

ocean
Copy link
Member

@ocean ocean commented Sep 5, 2024

Fix for #110

This feature adds an optional "aliases" array parameter to each command in the .ahoy.yml file.

This must be an array of one or more strings.

If more than one command has the same alias, the "last in wins" rule will be used, meaning the last command found by the Yaml parser (usually the one at the bottom of the file) will be run.

This feature adds an optional `"aliases"` array parameter to each
command in the `.ahoy.yml` file.

This must be an array of one or more strings.

If more than one command has the same alias, the "last in wins"
rule will be used, meaning the last command found by the Yaml
parser (usually the one at the bottom of the file) will be run.

Signed-off-by: Drew Robinson <drew.robinson@gmail.com>
Signed-off-by: Drew Robinson <drew.robinson@gmail.com>
Signed-off-by: Drew Robinson <drew.robinson@gmail.com>
@ocean ocean merged commit c0cd36d into master Sep 5, 2024
3 checks passed
@ocean ocean deleted the add-command-aliases branch September 5, 2024 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant