Closed bachittle closed 2 years ago
I found switching raw_input to confirm works: https://click.palletsprojects.com/en/8.0.x/prompts/#input-prompts
I found this SO answer and made a small change that made it work.
#from click._compat import raw_input
from six.moves import input as raw_input
Never mind, I was on the pip version so it's probably fixed in git.
this is what I get when running the wsl-windows-toolbar script: