You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --version flag is commonly used in CLI tools, but users often expect a shorthand version (-v) for quicker access. Adding -v as an alias for --version will improve the user experience by aligning with industry standards and user expectations for CLI interfaces.
How will this change help?
Enhances usability by providing a quicker way to access the version information.
Improves consistency with other CLI tools that offer both --version and -v options.
Screenshots
--version works fine but -v throws error.
How could it be implemented/designed?
This feature can be implemented by using oclif's built-in support for additionalVersionFlags in the package.json.
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. Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
Why do we need this improvement?
The --version flag is commonly used in CLI tools, but users often expect a shorthand version (-v) for quicker access. Adding -v as an alias for --version will improve the user experience by aligning with industry standards and user expectations for CLI interfaces.
How will this change help?
Screenshots
--version works fine but -v throws error.
How could it be implemented/designed?
This feature can be implemented by using oclif's built-in support for additionalVersionFlags in the package.json.
🚧 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: