Users are expected to type single letters to select actions when --ask is used. This could be problematic, when user's terminal does not display bulk/underscore highlighting of the letters.
It might be good to either start the action after key press, i.e. without Enter, or to accept users typing whole words, so for example: login instead of just l.
Users are expected to type single letters to select actions when
--ask
is used. This could be problematic, when user's terminal does not display bulk/underscore highlighting of the letters.It might be good to either start the action after key press, i.e. without Enter, or to accept users typing whole words, so for example:
login
instead of justl
.