-
- Notifications
You must be signed in to change notification settings - Fork 33.7k
doc: document the NO_COLOR and FORCE_COLOR env vars #37477
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
| These entries need to be duplicated into |
lpinca left a 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.
LGTM with @Trott's nits addressed.
Trott left a 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.
Looks good to me, but leaving a "Request changes" until the entries are in doc/node.1 as well. Feel free to dismiss this review once that's happened.
e9a759f to 1d4d8b2 Compare
BridgeAR left a 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.
LGTM % comments.
1d4d8b2 to ff754fe Compare Signed-off-by: James M Snell <jasnell@gmail.com> Fixes: nodejs#37404
ff754fe to 95b0fe7 Compare This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
| Landed in fc6d8f4 |
| .Ar 1 | ||
| , |
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.
Most mdoc(7) macros allow authors to include trailing punctuation as a separate (final) argument:
.Ar 1 ,See the "Delimiters" section of mdoc(7) for more info on this feature.
Signed-off-by: James M Snell jasnell@gmail.com
Fixes: #37404