Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bash completion: negative boolean options does not auto complete #2254

Open
myocytebd opened this issue Oct 21, 2022 · 2 comments
Open

bash completion: negative boolean options does not auto complete #2254

myocytebd opened this issue Oct 21, 2022 · 2 comments

Comments

@myocytebd
Copy link

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

@bcoe
Copy link
Member

bcoe commented Nov 2, 2022

@myocytebd thank you for the bug report, sounds like a good first issue for someone.

@shadowspawn
Copy link
Member

This may be working now: #2322

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants