plugin-autocomplete icon indicating copy to clipboard operation
plugin-autocomplete copied to clipboard

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

Open pzombade opened this issue 3 years ago • 2 comments

 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.

pzombade avatar Feb 23 '22 14:02 pzombade

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

git2gus[bot] avatar Feb 15 '23 19:02 git2gus[bot]

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.

cristiand391 avatar Feb 15 '23 20:02 cristiand391