oclif / oclif/plugin-autocomplete
Does not show --no-someflag option in the autocomplete list
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 95
- Forks
- 35
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
toggle: Flags.boolean({
description: 'Enable / Disable the feature',
allowNo: true,
}),
For the above declaration no-toggle flag should be present in the autocomplete list, but it is not shown.
Contributor guide
No contributing guide indexed for this repository
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 does not name a source file or test; start by tracing how the autocomplete list handles TypeScript Flags.boolean declarations with allowNo enabled. Reproduce the example and confirm that the generated suggestions include no-toggle.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100