Prashant Zombade
Results
2
issues of
Prashant Zombade
The autocomplete supports only one flag. It should also support autocompletion for rest of the flags. ``` one: Flags.string({ description: 'The first flag', }), two: Flags.string({ description: 'The second flag',...
bug
``` 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...
enhancement