I used listr to execute commands with execa, which some of commands required sudo permission which asks for password.
However, it seems like the loading state of listr task is overriding my password prompts, giving no feedback to users to type in the password. Although I can still type in the password and press Enter, it is hard to determine that they are prompting for password.
Any solution?
I used
listrto execute commands with execa, which some of commands requiredsudopermission which asks for password.However, it seems like the loading state of
listrtask is overriding my password prompts, giving no feedback to users to type in the password. Although I can still type in the password and press Enter, it is hard to determine that they are prompting for password.Any solution?