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

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

Open
pzombade opened this issue Feb 23, 2022 · 2 comments
Open

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

pzombade opened this issue Feb 23, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@pzombade
Copy link

 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.

@git2gus
Copy link

git2gus bot commented Feb 15, 2023

This issue has been linked to a new work item: W-12551507

@cristiand391
Copy link
Member

Hey, sorry for the late reply.

it looks easy to do this but I wonder if the flag msg might confuse people, not all allowNo flags state something like enable/disable the feature.

@mdonnalley mdonnalley added enhancement New feature or request and removed enhancement labels Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants