oclif / oclif/plugin-autocomplete

Does not show --no-someflag option in the autocomplete list

Open
#318 2 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.