PyInquirer
PyInquirer copied to clipboard
Degrade from list to rawlist when terminal doesn't support fancy stuff
In simple terminals (TERM=dumb or TERM=unkown) without escape sequences for cursor movement the list type doesn't work properly (because no arrow movement is available).
Is there any way to automatically degrade to something like a rawlist type or similar?