streetsidesoftware / cspell

A Spell Checker for Code!

Home Page:https://cspell.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Compound word CLI option does not work

Stanzilla opened this issue · comments

Kind of Issue

Runtime - command-line tools

Tool or Library

cspell

Version

8.8.0

Supporting Library

Not sure / None

OS

Linux

OS Version

No response

Description

npx cspell "**/*.lua" -c cspell.json --allow-compound-words
error: unknown option '--allow-compound-words'

Steps to Reproduce

npx cspell "**/*.lua" -c cspell.json --allow-compound-words
error: unknown option '--allow-compound-words'

Expected Behavior

--allow-compound-words should work

Additional Information

No response

cspell.json

No response

cspell.config.yaml

No response

Example Repository

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

@Stanzilla,

That isn't currently an option for the linter. It is only an option for the trace command to search for words.

Are you asking for it as a new feature?

@Stanzilla,

That isn't currently an option for the linter. It is only an option for the trace command to search for words.

Are you asking for it as a new feature?

Oh, my bad then. I was just CTRL+Fing on the npm page and had found it as an option but did not realize it was for trace and not for lint, can be closed then!

@Stanzilla,

Thank you for reporting it. I can see how it would make sense to have it as an option.

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.