-
Notifications
You must be signed in to change notification settings - Fork 29
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
bal -v -h command does not open the help window #199
Comments
I think we should show version for |
Hi @keizer619, I'd like to work on this |
👋 Welcome, @deepakchethan ! 🚀 We're thrilled to have you join the Ballerina Lang community! Whether you're a seasoned developer or just starting your journey with Ballerina, we value your contributions and look forward to collaborating with you.
Remember, no contribution is too small, and your feedback is invaluable. Feel free to ask questions, propose ideas, or report issues. Together, we can make Ballerina even better! |
@deepakchethan please feel free to raise any issue you come across related to Ballerina update flow and testing the fixes. |
Hi, I'd like to work on this issue |
@deepakchethan if you are not working on this please let us know, we can assign this to @priyavratamohan |
@keizer619 Even I would like to work on it |
@neelshah2409 If you can send a PR we can include |
Helle everyone , is the issue fixed already ? i'd like to work on it |
Hi @DanKibwikaAkillix |
Hey @DanKibwikaAkillix are you still working on this issue, I have looked into this issue, the solution will be similar to #368 for showing version in |
@keizer619 PTAL at this PR #369 |
@Jaagrav We have discussed about this issue internally and decided to show only the version info for any command below. We made this decision as it has been the norm in most of other languages. |
This issue is NOT closed with a proper Reason/ label. Make sure to add proper reason label before closing. Please add or leave a comment with the proper reason label now. |
Label - Less Priority
Description:
When we run the
bal -v -h
command on any operating system, it will simply returns the ballerina version.However when we run the
ballerina version -h
command, it returns help window.Steps to reproduce:
Run the following command on any operating system.
bal -v -h
Affected Versions:
All the versions
The text was updated successfully, but these errors were encountered: