1- # Command line options
1+ # Command- line options
22
33<!-- introduced_in=v5.9.1-->
44<!-- type=misc-->
@@ -43,7 +43,7 @@ environment variable.
4343added: v8.0.0
4444-->
4545
46- Alias for stdin. Analogous to the use of ` - ` in other command line utilities,
46+ Alias for stdin. Analogous to the use of ` - ` in other command- line utilities,
4747meaning that the script is read from stdin, and the rest of the options
4848are passed to that script.
4949
@@ -128,7 +128,7 @@ Specify the directory where the CPU profiles generated by `--cpu-prof` will
128128be placed.
129129
130130The default value is controlled by the
131- [ --diagnostic-dir] ( #cli_diagnostic_dir_directory ) command line option.
131+ [ --diagnostic-dir] ( #cli_diagnostic_dir_directory ) command- line option.
132132
133133### ` --cpu-prof-interval `
134134<!-- YAML
@@ -209,7 +209,7 @@ changes:
209209-->
210210
211211Experimental ` AbortController ` and ` AbortSignal ` support is enabled by default.
212- Use of this command line flag is no longer required.
212+ Use of this command- line flag is no longer required.
213213
214214### ` --experimental-import-meta-resolve `
215215<!-- YAML
@@ -383,7 +383,7 @@ Specify the directory where the heap profiles generated by `--heap-prof` will
383383be placed.
384384
385385The default value is controlled by the
386- [ --diagnostic-dir] ( #cli_diagnostic_dir_directory ) command line option.
386+ [ --diagnostic-dir] ( #cli_diagnostic_dir_directory ) command- line option.
387387
388388### ` --heap-prof-interval `
389389<!-- YAML
@@ -562,7 +562,7 @@ Emit pending deprecation warnings.
562562
563563Pending deprecations are generally identical to a runtime deprecation with the
564564notable exception that they are turned * off* by default and will not be emitted
565- unless either the ` --pending-deprecation ` command line flag, or the
565+ unless either the ` --pending-deprecation ` command- line flag, or the
566566` NODE_PENDING_DEPRECATION=1 ` environment variable, is set. Pending deprecations
567567are used to provide a kind of selective "early warning" mechanism that
568568developers may leverage to detect deprecated API usage.
@@ -608,7 +608,7 @@ be thrown if `moduleA` attempts to require `moduleB` as a peer dependency:
608608 └── package.json
609609```
610610
611- The ` --preserve-symlinks ` command line flag instructs Node.js to use the
611+ The ` --preserve-symlinks ` command- line flag instructs Node.js to use the
612612symlink path for modules as opposed to the real path, allowing symbolically
613613linked peer dependencies to be found.
614614
@@ -667,7 +667,7 @@ warning will be written to stderr instead.
667667
668668The ` file ` name may be an absolute path. If it is not, the default directory it
669669will be written to is controlled by the
670- [ --diagnostic-dir] ( #cli_diagnostic_dir_directory ) command line option.
670+ [ --diagnostic-dir] ( #cli_diagnostic_dir_directory ) command- line option.
671671
672672### ` --report-compact `
673673<!-- YAML
@@ -1066,7 +1066,7 @@ The following values are valid for `mode`:
10661066added: v0.1.3
10671067-->
10681068
1069- Print V8 command line options.
1069+ Print V8 command- line options.
10701070
10711071### ` --v8-pool-size=num `
10721072<!-- YAML
@@ -1123,7 +1123,7 @@ and `"` are usable.
11231123added: v0.1.3
11241124-->
11251125
1126- Print node command line options.
1126+ Print node command- line options.
11271127The output of this option is less detailed than this document.
11281128
11291129### ` -i ` , ` --interactive `
@@ -1218,8 +1218,8 @@ When set to `1`, process warnings are silenced.
12181218added: v8.0.0
12191219-->
12201220
1221- A space-separated list of command line options. ` options... ` are interpreted
1222- before command line options, so command line options will override or
1221+ A space-separated list of command- line options. ` options... ` are interpreted
1222+ before command- line options, so command- line options will override or
12231223compound after anything in ` options... ` . Node.js will exit with an error if
12241224an option that is not allowed in the environment is used, such as ` -p ` or a
12251225script file.
@@ -1230,7 +1230,7 @@ If an option value contains a space, it can be escaped using double quotes:
12301230NODE_OPTIONS=' --require "./my path/file.js"'
12311231```
12321232
1233- A singleton flag passed as a command line option will override the same flag
1233+ A singleton flag passed as a command- line option will override the same flag
12341234passed into ` NODE_OPTIONS ` :
12351235
12361236``` bash
@@ -1239,7 +1239,7 @@ NODE_OPTIONS='--inspect=localhost:4444' node --inspect=localhost:5555
12391239```
12401240
12411241A flag that can be passed multiple times will be treated as if its
1242- ` NODE_OPTIONS ` instances were passed first, and then its command line
1242+ ` NODE_OPTIONS ` instances were passed first, and then its command- line
12431243instances afterwards:
12441244
12451245``` bash
@@ -1365,7 +1365,7 @@ When set to `1`, emit pending deprecation warnings.
13651365
13661366Pending deprecations are generally identical to a runtime deprecation with the
13671367notable exception that they are turned * off* by default and will not be emitted
1368- unless either the ` --pending-deprecation ` command line flag, or the
1368+ unless either the ` --pending-deprecation ` command- line flag, or the
13691369` NODE_PENDING_DEPRECATION=1 ` environment variable, is set. Pending deprecations
13701370are used to provide a kind of selective "early warning" mechanism that
13711371developers may leverage to detect deprecated API usage.
@@ -1513,7 +1513,7 @@ Load an OpenSSL configuration file on startup. Among other uses, this can be
15131513used to enable FIPS-compliant crypto if Node.js is built with `./configure
15141514--openssl-fips`.
15151515
1516- If the [ ` --openssl-config ` ] [ ] command line option is used, the environment
1516+ If the [ ` --openssl-config ` ] [ ] command- line option is used, the environment
15171517variable is ignored.
15181518
15191519### ` SSL_CERT_DIR=dir `
0 commit comments