| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
we don't have this flag on v7.x
Sorry, something went wrong.
There was a problem hiding this comment.
whoops, missed to remove these here, will fix.
Sorry, something went wrong.
There was a problem hiding this comment.
we don't have this flag either
Sorry, something went wrong.
There was a problem hiding this comment.
doh! you're right! good catch
Sorry, something went wrong.
- add missing environment variables to --help - add missing flags to man page - sort environment variables alphabetically - add some highlighting to the man page - remove stops from descriptions in --help for consistency - few other minor tweaks to --help PR-URL: nodejs#10157 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
|
Fixed, thanks. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM. Thanks!
Sorry, something went wrong.
| .TP | ||
| .BR NODE_DISABLE_COLORS=1 | ||
| When set to 1 colors will not be used in the REPL. | ||
| .BR NODE_EXTRA_CA_CERTS =\fIfile\fR |
There was a problem hiding this comment.
has this actually landed in v7 yet?
Sorry, something went wrong.
There was a problem hiding this comment.
It's in v7.x-staging at least:
Line 4539 in e07b651
Sorry, something went wrong.
There was a problem hiding this comment.
Also in v7.x branch.
Sorry, something went wrong.
|
Landed on v7.x-staging: 61f6f12. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Backport of #10157 to v7.x-staging. cc: @evanlucas