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

Commits on Sep 5, 2024

  1. feature: Add command aliases as requested in #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.
    
    Signed-off-by: Drew Robinson <[email protected]>
    ocean committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3fc281c View commit details
    Browse the repository at this point in the history
  2. ci: Switch to local cowsay for testing

    Signed-off-by: Drew Robinson <[email protected]>
    ocean committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2c236e0 View commit details
    Browse the repository at this point in the history
  3. ci: Update test to use echo instead of cowsay

    Signed-off-by: Drew Robinson <[email protected]>
    ocean committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    92d0806 View commit details
    Browse the repository at this point in the history