-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
feat: support command-specific help and improve display quality #52
Conversation
@derberg pr is ready for review. |
love it mate! how about in such cases:
or will it followup as now you just focused on part related to |
@Souvikns I think it is ok if it is not that good in windows commander, I checked in basic mac terminal and it looks good. Imho it is acceptable |
@Souvikns I approved but there is one more comment? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then let me update it in the readme and as well as in the cli messages. |
@derberg actually the way I have written the code it splits the flag alias and flag param for highlighting so it is coming something like this, does this look ok? |
@Souvikns it would make sense to highlight |
ok sure then. |
The initial help message has been changed how shall we update the readme file to support this. Should I put a screenshot or just make some kind of walkthrough in the usage to how to access help messages for different commands. |
make it easy now, we can beautify readme later, just screen shots of output from each help, or copy-paste of help text |
Then should I update the readme in this PR? |
Yeah, just simple mupdate is needed of what we have now to reflect reality. Better docs, descriptions and some walkthrough can be done in a followup |
@derberg does this look good. I guess adding an image for the root help we would have to update the image every time we add new commands. |
@Souvikns I definitely agree that at this stage doing images would be to much. We should just update |
🎉 This PR is included in version 0.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Related issue(s)
Fixes #22