microsoft / knack

Knack - A Python command line interface framework
https://pypi.python.org/pypi/knack
MIT License
347 stars 95 forks source link

knack/knack /prompting.py _prompt_bool never taking default action #282

Open GMihai00 opened 4 months ago

GMihai00 commented 4 months ago

function is waiting for input() function that never times out causing programs using the function to be unable to automate (verify_is_a_tty prevents people from piping messages into the command)