-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
[FEATURE] Add Command-line Tab Completion to AsyncAPI CLI #1685
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
This had been on my mind for a while now. Found out about https://github.com/oclif/plugin-autocomplete a while back but didn't get a chance to play around with it. I think this will be pretty cool to have. WDYT? @Souvikns @AayushSaini101 |
@AayushSaini101 Should I start working on the PR? |
We have submitted this idea for a bounty program. You can wait or check other issues. Thanks for the suggestion.feel free to create more enhancement and features request and let me know if you need any help thanks |
I will take this issue for bounty |
Can I start my work on this issue |
Bounty Issue's service commentText labels: @asyncapi/bounty_team The Bounty Program is not a Mentorship Program. The accepted level of Bounty Program Participants is Middle/Senior.Regular contributors should explain in meaningful words how they are going to approach the resolution process when expressing a desire to work on this Bounty Issue. |
@AayushSaini101 ( |
Bounty Issue's Timeline
Please note that the dates given represent deadlines, not specific dates, so if the goal is reached sooner, it's better.Keep in mind the responsibility for violations of the Timeline.Assignee: @AayushSaini101 ( |
Why do we need this improvement?
While using the AsyncAPI CLI for the first time, I found it frustrating to repeatedly use the
--help
flag to look up commands. To address this, I proposed adding a feature to improve the user experience.I initially started a discussion, but since it hasn't received any responses, I decided to create an issue instead. I also checked for duplicate issues and couldn't find any, so I went ahead with opening this one.
How will this change help?
This feature will significantly improve the user experience when working with the AsyncAPI CLI by:
Screenshots
No response
How could it be implemented/designed?
As the AsyncAPI CLI uses the oclif framework, adding tab completion is straightforward using the
@oclif/plugin-autocomplete
plugin.🚧 Breaking changes
No
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: