You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
https://github.com/python/typeshed/blob/master/third_party/2and3/click/decorators.pyi#L94 defines it only as bool, however click docs themselves suggest http://click.pocoo.org/6/options/#prompting
The text was updated successfully, but these errors were encountered: