From 0982d3b91bb4d9a5915d53c2a31a5f9de69fd9c9 Mon Sep 17 00:00:00 2001 From: Kai Cataldo Date: Mon, 16 Sep 2019 02:28:24 -0400 Subject: [PATCH] Update documentation --- docs/user-guide/command-line-interface.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/user-guide/command-line-interface.md b/docs/user-guide/command-line-interface.md index 532d8f947355..20c036cf6f86 100644 --- a/docs/user-guide/command-line-interface.md +++ b/docs/user-guide/command-line-interface.md @@ -78,6 +78,7 @@ Caching: Miscellaneous: --init Run config initialization wizard - default: false + --info Output environment information for debugging purposes - default: false --debug Output debugging information -h, --help Show help -v, --version Output the version number @@ -446,6 +447,10 @@ This option will start config initialization wizard. It's designed to help new u The resulting configuration file will be created in the current directory. +#### `--info` + +This option outputs information about the execution environment, including the version of Node, npm, and local and global installations of ESLint. The ESLint team may ask for this information to help solve bugs. + #### `--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.