Callback always called twice when providing prompt_fn
and callback
to InteractiveOption
#5023
Milestone
prompt_fn
and callback
to InteractiveOption
#5023
Describe the bug
Using both the
prompt_fn
andcallback
arguments in theInteractiveOption
leads to unexpected additional calls of thecallback
function.Steps to reproduce
Output:
Expected behavior
The callback should be called only once after the sucessfull prompt
Your environment
Other relevant software versions, e.g. Postres & RabbitMQ
click version 7.1.2
The text was updated successfully, but these errors were encountered: