Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Add command aliases as requested in #110 #122

Merged
merged 3 commits into from
Sep 5, 2024
Merged

Conversation

ocean
Copy link
Collaborator

@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 <[email protected]>
@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