bash completion: negative boolean options does not auto complete
Author: myocytebdCreated Oct 21, 2022Updated Aug 21, 2026
LabelsbugHelp Wantedp2
(v17.6.0)
Assume there is a boolean option named <opt>
Expected result:
Both --opt and --no-opt gets auto completion.
Actual result:
Only --opt gets auto completion.
Source: yargs/yargs