mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-18 09:55:59 +08:00
This follows documentation and code which allows to use both bool and Text. Update all the prompt arguments for all *option functions in click.decorators module since they're mostly proxying the call to option setting desired defaults. closes #1693