``` 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.