I wonder if its possible to implement a `select` that displays like this, where one can also select horizontally on option 1: ```bash > [1.1] [1.2] [2] [3] ``` With this kind of choices: ```js { type: "select", choices: [["1.1","1.2"],"2","3"] } ``` Maybe this is possible using a custom nested prompt?