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

feat!: alias arguments are now appended #1753

Merged
merged 1 commit into from
Feb 22, 2024
Merged

Conversation

quintesse
Copy link
Contributor

Arguments passed to an alias are now appended to any arguments that are already defined in the alias instead of replacing them.

Fixes #605

@quintesse quintesse force-pushed the fix_605 branch 3 times, most recently from 4b212ca to c4cb236 Compare February 22, 2024 00:18
Arguments passed to an alias are now appended to any arguments that are
already defined in the alias instead of replacing them.

Fixes jbangdev#605
@maxandersen maxandersen merged commit 8855f35 into jbangdev:main Feb 22, 2024
11 checks passed
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.

alias with arguments does not take additional arguments into consideration
2 participants