cmd/compile, cmd/link: doc: docs are incomplete #26533
Comments
I don't think we should generate the docs from the |
I would love to take a shot on it, but first I need to what things I need to add? would just adding the missing flags, do the task? |
Change https://golang.org/cl/138757 mentions this issue: |
@hellozee - The person who submitted the CL has not responded. You could look into that, incorporate @ianlancetaylor's comments and send a new CL. |
Hello @yohei-takeda, Go1.12's release is just around the corner. Would you mind responding to Ian's comments on the CL? Thank you. |
Hello @ianlancetaylor @odeke-em , thank you so much for your feedbacks! And I'm very sorry I didn't respond for a long time. |
@yo-tak No worries, thanks for taking the time to fix this. |
The documentation for those commands on the website (compile, link) lacks certain flags. For example, compile's page is missing the very useful
-m
flag, and link's page ---a
,-buildid
, and others.(Ideally, those sections would be generated from
go tool (compile|link) -h
output, but I don't know enough details to propose a full solution.)The text was updated successfully, but these errors were encountered: