[FEATURE] Add Command-line Tab Completion to AsyncAPI CLI #1685
Labels
bounty
AsyncAPI Bounty program related label
enhancement
New feature or request
level/medium
AsyncAPI Bounty program related label
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: