pick
pick copied to clipboard
input() after picking breaks the typing portion of input
option, index = pick(options, title, indicator=">>")
change = input(">> ")
doing this results in being unable to press enter in the input function, and instead it writes "^M"
It works for me. What's your environment? OS, terminal etc.
It works for me. What's your environment? OS, terminal etc.
currently inside the python debug terminal inside vsc
Does it work in a normal terminal?
inside vsc
I believe pick has known problems with vs code's terminal - maybe see if launching in external terminal works