-
-
Couldn't load subscription status.
- Fork 1.3k
Open
Description
Hi,
Not sure if its supported but we have some users who use Powershell and Git Bash in our team. when it comes to them being presented with the following prompt:
const type = await select<ExecutorType>({
message: 'Select setup type',
choices: [
{ name: 'Classic', value: 'classic' },
{ name: 'Multi-Station', value: 'multi-station' }
],
default: 'classic'
});They only see the first option like so:
They are able to use the arrow keys and navigate to the 2nd option and press enter, however the terminal does not update to show this.
Doing the same in my WSL instance with a zsh terminal It correctly renders the list and updates when pressing the arrow keys like so:
Edit: I have tested this with versions 7.4.0 -> 7.6.0 and get the same issue on each of them
Metadata
Metadata
Assignees
Labels
No labels