Skip to content

Commit

Permalink
docs: Expand --debug option description in the CLI documentation (#…
Browse files Browse the repository at this point in the history
…15308)

* docs: Expand `--debug` option description

* Update command-line-interface.md
  • Loading branch information
darkred committed Nov 16, 2021
1 parent 3ae5258 commit 6b85426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/user-guide/command-line-interface.md
Expand Up @@ -473,7 +473,8 @@ This option causes ESLint to exit with exit code 2 if one or more fatal parsing

#### `--debug`

This option outputs debugging information to the console. This information is useful when you're seeing a problem and having a hard time pinpointing it. The ESLint team may ask for this debugging information to help solve bugs.
This option outputs debugging information to the console. This information is useful when you're seeing a problem and having a hard time pinpointing it. The ESLint team may ask for this debugging information to help solve bugs.
Add this flag to an ESLint command line invocation in order to get extra debug information as the command is run (e.g. `eslint --debug test.js` and `eslint test.js --debug` are equivalent)

#### `-h`, `--help`

Expand Down

0 comments on commit 6b85426

Please sign in to comment.