Skip to content

doc: document the NO_COLOR and FORCE_COLOR env vars - #37477

Closed
jasnell wants to merge 1 commit into
nodejs:masterfrom
jasnell:no_color_force-color
Closed

doc: document the NO_COLOR and FORCE_COLOR env vars#37477
jasnell wants to merge 1 commit into
nodejs:masterfrom
jasnell:no_color_force-color

Conversation

@jasnell

Copy link
Copy Markdown
Member

Signed-off-by: James M Snell jasnell@gmail.com
Fixes: #37404

Comment threaddoc/api/cli.md Outdated
Comment threaddoc/api/cli.md Outdated
Comment threaddoc/api/cli.md Outdated
@Trott

Copy link
Copy Markdown
Member

These entries need to be duplicated into doc/node.1 so that they show up in the man page.

@lpincalpinca left a comment

Copy link
Copy Markdown
Member

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.

Comment threaddoc/api/cli.md Outdated
Trott
Trott previously requested changes Feb 23, 2021

@TrottTrott left a comment

Copy link
Copy Markdown
Member

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.

@jasnell
jasnellforce-pushed the no_color_force-color branch from e9a759f to 1d4d8b2CompareFebruary 23, 2021 15:22
@jasnelljasnell added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations. labels Feb 23, 2021

@BridgeARBridgeAR left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM % comments.

Comment threaddoc/api/cli.md Outdated
Comment threaddoc/api/cli.md Outdated
@BridgeARBridgeAR removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Feb 23, 2021
@jasnell
jasnellforce-pushed the no_color_force-color branch from 1d4d8b2 to ff754feCompareFebruary 25, 2021 22:38
Signed-off-by: James M Snell <jasnell@gmail.com>
Fixes: nodejs#37404
@jasnell
jasnellforce-pushed the no_color_force-color branch from ff754fe to 95b0fe7CompareFebruary 25, 2021 22:43
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@jasnell

Copy link
Copy Markdown
MemberAuthor

Landed in fc6d8f4

@jasnelljasnell closed this Feb 26, 2021
jasnell added a commit that referenced this pull request Feb 26, 2021
Signed-off-by: James M Snell <jasnell@gmail.com>
Fixes: #37404
PR-URL: #37477
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit that referenced this pull request Feb 28, 2021
Signed-off-by: James M Snell <jasnell@gmail.com>
Fixes: #37404
PR-URL: #37477
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@targostargos mentioned this pull request Mar 2, 2021
Comment threaddoc/node.1
Comment on lines +535 to +536
.Ar 1
,

Copy link
Copy Markdown
Contributor

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:

.Ar1 ,

See the "Delimiters" section of mdoc(7) for more info on this feature.

targos pushed a commit that referenced this pull request May 27, 2021
Signed-off-by: James M Snell <jasnell@gmail.com>
Fixes: #37404
PR-URL: #37477
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit that referenced this pull request May 30, 2021
Signed-off-by: James M Snell <jasnell@gmail.com>
Fixes: #37404
PR-URL: #37477
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit that referenced this pull request Jun 5, 2021
Signed-off-by: James M Snell <jasnell@gmail.com>
Fixes: #37404
PR-URL: #37477
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@targostargos mentioned this pull request Jun 6, 2021
targos pushed a commit that referenced this pull request Jun 11, 2021
Signed-off-by: James M Snell <jasnell@gmail.com>
Fixes: #37404
PR-URL: #37477
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docIssues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Please document FORCE_COLOR/NO_COLOR in node -h output

8 participants

@jasnell@Trott@nodejs-github-bot@lpinca@Alhadis@BridgeAR@aduh95@juanarbol