plugin-autocomplete
plugin-autocomplete copied to clipboard
Does not show --no-someflag option in the autocomplete list
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.
This issue has been linked to a new work item: W-12551507
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.