`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"
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"