-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
help command is not working #559
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. |
Yeah, we used to have a help command and then we removed it and now only allow help with the |
@Souvikns so we should remove the suggestion of |
I don't think we have any suggestions, for help, I am looking at the usage docs and I don't think we have anywhere specified about help command. |
yeah, problem is I guess that we do not have control over the warning message that says |
yes I searched for it in the repo but didn't find any instance. |
@Souvikns So we are not planning to add the help command right ? |
Ok so the warning is coming from a package that we use called
what would be a good option? |
IMHO
it is good to have only one command of help |
I think we should go with the hook |
@kaushik-rishi I would also like to work on this ,have gone through oclif docs and cli structure |
since @sambhavgupta0705 was first in the issue, he is allowed to take it first @kaushik-rishi you can pick this one #549 as it will also require digging into CLI and figuring how to provide meaningful error |
Sure thing 🙂 |
Hey @kaushik-rishi are you working on this issue ? |
Yes,I am working on it . |
Hi @sambhavgupta0705 are you still working on this. |
@fmvilas |
sorry but what approval? @ayushnau |
yes i started working on it. |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
@prajjwalkapoor @Souvikns @derberg |
Describe the bug
asyncapi help
is not recognized as a command. The functionality for the help is working withasyncapi --help
but the recommendation says to useasyncapi help
.The text was updated successfully, but these errors were encountered: