-
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
Short channel matching for julia command #836
Conversation
This error message is interesting, but upon reflection seems pretty good. It would be slightly better if the message explicitly mentioned that
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This only supports single character abbreviations, not intermediary abbreviations. I think that's okay.
LGTM
Would be good to add a test, too |
Needs docs |
I think I've finally am getting clarity what I'm thinking about this, see #830. |
I'm closing this for now, as I don't think we will go with this kind of solution. |
Closes #830
This pull request introduces the feature of short channel matching for the Julia command. Users can now launch alpha, beta, LTS, release, and nightly versions by specifying their respective short names: "a" for alpha, "b" for beta, "l" for LTS, "r" for release, and "n" for nightly.