-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
alias doesn't work with git-style commands #419
Comments
This would be huge. These sub-commands are getting more and more popular. +1 |
+1 This would be a really nice addition. |
+1 |
For anyone wondering, This has apparently been fixed and merged into master, but not published to npm yet. I'm pointing my dependency to the repo until the next release:
|
+1 |
any update? |
I was not able to reproduce this. (Hopefully fixed!) Feel free to open a new issue if it comes up again, with new information and renewed interest. Thank you for your contributions. |
Using alias with git-style commands like this doesn't work:
Ideally I could just have
pm
andpm-list
and the above would cause./pm ls
to invokepm-list
.The text was updated successfully, but these errors were encountered: