-
Notifications
You must be signed in to change notification settings - Fork 967
Adds missing ml64 /quiet flag documentation #5091
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
Conversation
@MattBolitho : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit 51560e6: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
@TylerMSFT is there anything specific needed for this one? |
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.
Thank you for adding this.
@MattBolitho , what version of VS does this become available in? We should note that if it is a new flag. |
It is available from |
Learn Build status updates of commit 9cfa81c: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Thanks, @MattBolitho. Sending this through. |
Learn Build status updates of commit 095268e: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
#sign-off |
The current
ml64
command-line reference seems to be missing documentation for the/quiet
flag. This flag seems to have been added about a year ago as a result of this CMake issue. I couldn't find much more about it online.Running
ml64 /?
with version14.41.34120.0
prints the following information:/quiet Suppress 'Assembling' message
. This PR adds that text but conjugated like the other option descriptions in the table.