From 6b85426c33ba7ac0206cccef39ccc875b773aeae Mon Sep 17 00:00:00 2001 From: darkred Date: Tue, 16 Nov 2021 19:36:13 +0200 Subject: [PATCH] docs: Expand `--debug` option description in the CLI documentation (#15308) * docs: Expand `--debug` option description * Update command-line-interface.md --- docs/user-guide/command-line-interface.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user-guide/command-line-interface.md b/docs/user-guide/command-line-interface.md index 9ee7df474c6..ad84c37b6be 100644 --- a/docs/user-guide/command-line-interface.md +++ b/docs/user-guide/command-line-interface.md @@ -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`