-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
WARNING: go-md2man does not handle node type HTMLSpan #1137
Comments
I would consider using only brackets
This is a really good reference for command line usage syntax: https://www.ibm.com/support/knowledgecenter/SSZJPZ_8.5.0/com.ibm.swg.im.iis.common.doc/common/command_conventions.html Going to go ahead and close this as the error from go-md2man is not unexpected |
Ha thanks. Would you consider having those rules in the documentation or in the code for the next person? |
Not a bad idea! If you'd like to open a PR for that, feel free to tag me and I will review 🙏 |
When generating Markdown documentation for https://github.com/MichaelMure/git-bug, I get this warning:
WARNING: go-md2man does not handle node type HTMLSpan
My understanding is that it's because I'm using
<arg>
inCommand.Use
to indicate an argument, in addition to[]
to indicate an optional element:Could you clarify what is the expected format for
Command.Use
if any ?The text was updated successfully, but these errors were encountered: