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

Fix missing reset in isolation function #2733

Open Tyl13 opened 4 months ago

Tyl13 commented 4 months ago

Adds missing _compat.should_strip_ansi reset back to the original version of the function.

fixes #2732