Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Option Provided with --option described in docs #347

Open
ProfessorManhattan opened this issue Mar 27, 2023 · 1 comment
Open

No Option Provided with --option described in docs #347

ProfessorManhattan opened this issue Mar 27, 2023 · 1 comment

Comments

@ProfessorManhattan
Copy link

Hey, I tried to run this CLI from the root directory of my shared configuration after installing it as a devDependency and adding it to my scripts. Here's the output I get when it runs:

❯ npm run find

> eslint-config-strict-mode@1.2.1 find
> eslint-find-rules --option dist/main.js

no option provided, please provide a valid option
usage:
eslint-find-rules [option] <file> [flag]

Any idea on what I should do to get it working?

@ta2edchimp
Copy link
Collaborator

Do you use an actual option or --option?
The latter is only used as a placeholder within docs and must be substituted with one of the following:

-a|--all-available, -c|--current, -d|--deprecated, -p|--plugin, -u|--unused

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants