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

Better aliasing #181

Merged
merged 1 commit into from
Aug 23, 2016
Merged

Better aliasing #181

merged 1 commit into from
Aug 23, 2016

Conversation

dantleech
Copy link
Member

Fixes #168

Removes some random and unused functionality for the sake of being able to pass any arguments to aliases.

node:list -L2 --children # works
ls -L2 --children             # currently does not work, only applies -L2

This PR just removes the wierd substitution and passes the remaining arguments to the expanded command unmodified.

@dantleech dantleech force-pushed the fixed_aliases branch 2 times, most recently from 799d87b to 4a547e4 Compare August 23, 2016 15:30
@dantleech dantleech merged commit bb435d4 into master Aug 23, 2016
@dantleech dantleech deleted the fixed_aliases branch August 23, 2016 15:33
@dantleech dantleech removed the wip/poc label Aug 23, 2016
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