Elie Grenon
Elie Grenon
@terkelg I thought maybe tab could be used to append the the selected value from the list to the typed value? Like the autocomplete in chrome DevTools :wink: This behaviour...
@terkelg I can't use the tab for this purpose cause it would break [its current behaviour](https://github.com/terkelg/prompts#autocompletemessage-choices-initial-suggest-limit-style). I thought maybe when user input is activated enter would append the selected value...
I just realised I can't do this cause for some reason node does not capture the ctrl, shift or alt key with enter. I don't really know what we can...
I created a [PR](https://github.com/nodejs/node/pull/35268) in the NodeJS repo that could be used to solve this issue but it still needs to be accepted. With the PR, we will be able...
@terkelg I think this could be a good _quick_ fix. Though, if by next major version you mean prompt v3, I thought maybe we could make the prompt's instance or...
I just realized this fix would not work properly on **very rare** cases where you would have more than one prompt running at the same time (in parallel). You might...
@richlocke87 You could return the current prompt or the last one if all of them have been answered by doing something like the following. You could even have an array...
@terkelg There's a website? I didn't know it was already done!
These will most likely be fixed in v3.
In fact, I did exactly what the [documentation](https://gobot.io/documentation/guides/cli/) says...  Anyway, it still doesn't work even with a single `/gobot` in the path. 