mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Add locks for click.confirm
I assumed click.confirm uses click.prompt, but it doesn't (version 3.1)
This commit is contained in:
parent
c7e6acc0ba
commit
ed6d75f1db
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ WRAPPERS = {
|
||||||
'echo': _ui_function,
|
'echo': _ui_function,
|
||||||
'echo_via_pager': _ui_function,
|
'echo_via_pager': _ui_function,
|
||||||
'prompt': _ui_function,
|
'prompt': _ui_function,
|
||||||
|
'confirm': _ui_function,
|
||||||
'clear': _ui_function,
|
'clear': _ui_function,
|
||||||
'edit': _ui_function,
|
'edit': _ui_function,
|
||||||
'launch': _ui_function,
|
'launch': _ui_function,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue