I'm trying to create a cli with a option prompt, like the image below.
PicoCLI is not meant to do that. It's a CLI library, not a Interactive Console library as you expect it to be.
You better have to use JAnsi and JLine.
Or ConsoleUI which should be exactly what you are looking for.
PicoCLI is not meant to do that. It's a CLI library, not a Interactive Console library as you expect it to be.
You better have to use JAnsi and JLine.
Or ConsoleUI which should be exactly what you are looking for.