pallets / click

Python composable command line interface toolkit
https://click.palletsprojects.com
BSD 3-Clause "New" or "Revised" License
15.62k stars 1.4k forks source link

ensure context `__exit__` is called during shell completion #2767

Open akhil-vempali opened 1 month ago

akhil-vempali commented 1 month ago

The necessary modifications will ensure that the context's __exit__ function is called during shell completion, addressing the issue of unclosed file options.

fixes #2644