From 3fdd717951c145e165beb431f59894fdc3db76a9 Mon Sep 17 00:00:00 2001 From: Misha Kaletsky <15040698+mmkal@users.noreply.github.com> Date: Tue, 17 Sep 2024 06:42:11 -0400 Subject: [PATCH] docs: add CLI options to readme (#88) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2d98d83..582a0ef 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ npx @eslint/config-inspector@latest Visit http://localhost:7777/ to view and play with your ESLint config. Changes to the config file will be updated automatically. +Run `npx @eslint/config-inspector --help` to see all the CLI options available. + ### Online Preview Or play it right in your browser now: @@ -36,6 +38,8 @@ npx @eslint/config-inspector build This will generate a Single-Page Application (SPA) under `.eslint-config-inspector`, with the snapshot of the current ESLint config. You can deploy it somewhere, or use it for comparison etc. +Run `npx @eslint/config-inspector build --help` to see all the CLI options available. + ## Contributing We operate under the [ESLint Contributor Guidelines](http://eslint.org/docs/developer-guide/contributing), so please be sure to read them before contributing. If you're not sure where to dig in, check out the [issues](https://github.com/eslint/config-inspector/issues).