spellcheck message is wrong when error exists in an argument value
Open
Nobody has claimed this yet.
area/completion
type/bug
- Dominant language
- Python
- Stars
- 358
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
azdev linter: 'prams' is not in the 'azdev linter' command group. See 'azdev linter --help'.
The most similar choice to 'prams' is:
params
In Azure CLI this would say:
azdev linter: 'prams' is not a valid value for '--rule-types'. See 'azdev linter --help'.
The most similar choice to 'prams' is:
params
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests. Start by reproducing the shown azdev linter message and compare it with Azure CLI's handling of an invalid --rule-types value; trace the relevant command and error-handling entry points. Done means the message identifies --rule-types while retaining the suggested choice 'params'.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100