Skip to content

Commit b740f44

Browse files
committed
doc: break long lines in documentation for linting
1 parent 79f6c88 commit b740f44

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/api/cli.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -3056,7 +3056,9 @@ Use `--watch-path` to specify what paths to watch.
30563056
This flag cannot be combined with
30573057
`--check`, `--eval`, `--interactive`, or the REPL.
30583058

3059-
Note: The `--watch` flag requires a file path as an argument. It does not support being used with `--run` or inline script input. If no file is provided, Node.js will exit with status code 9.
3059+
Note: The `--watch` flag requires a file path as an argument. It does not support
3060+
being used with `--run` or inline script input. If no file is provided, Node.js will
3061+
exit with status code 9.
30603062

30613063
```bash
30623064
node --watch index.js
@@ -3085,7 +3087,8 @@ combination with `--watch`.
30853087
This flag cannot be combined with
30863088
`--check`, `--eval`, `--interactive`, `--test`, or the REPL.
30873089

3088-
Note: Using `--watch-path` implicitly enables `--watch`, which requires a file path and is incompatible with `--run`, as `--run` takes precedence and ignores watch mode.
3090+
Note: Using `--watch-path` implicitly enables `--watch`, which requires a file path
3091+
and is incompatible with `--run`, as `--run` takes precedence and ignores watch mode.
30893092

30903093
```bash
30913094
node --watch-path=./src --watch-path=./tests index.js

0 commit comments

Comments
 (0)