-
Notifications
You must be signed in to change notification settings - Fork 89
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
Support short channel matching #830
Comments
Sure, as long as it's only the words that are matched, not the version numbers (see #838 (comment)) |
First of all, sorry that I didn't chime in on this for so long, especially to the two PR authors. I thought about it, and I have to admit, I'm not a fan of any auto-matching solution. I think what would we could consider instead is support for channel aliases, and I think they could cover this case here, plus be more powerful overal. The idea would be that one could do something like Or maybe we could extend the existing link command to cover this, for example |
I also think that aliases would be the best approach here. |
On julia you can do
--start=no
to control--startup-file=no
because there's no other arg that matches--start
It would be nice if juliaup did the same for channel names
So
julia +n
for nightly.julia +r
for release. etc.The text was updated successfully, but these errors were encountered: