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

command alias should respect bash posix #26

Open
franck-gaspoz opened this issue Feb 20, 2021 · 0 comments
Open

command alias should respect bash posix #26

franck-gaspoz opened this issue Feb 20, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@franck-gaspoz
Copy link
Member

command alias should respect bash posix

currently

alias {aliasName} {aliasText} 

Expected

alias {aliasExpression} 

with alias expression := aliasName = aliasText

issue

variables are substituted because they appears in a command parameter string ... it would be better if the substitution of variables is avoid in that case, thus the evaluation of parameters can be done when executing the alias text, otherwise the substitution is done twice (actual case)

@franck-gaspoz franck-gaspoz added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Feb 20, 2021
@franck-gaspoz franck-gaspoz added this to the milestone 1 milestone Feb 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant