Could you add a hint to rawlist?
I need to display a description of a function below the user's selected function.
Hey @tocha688, it's not fully clear what you're asking. Mind giving more details?
After I select it, the description I set will be displayed at the bottom of the list.
[
{ name: 'blue', value: 'blue', desc: "This is blue." },
{ name: 'red', value: 'red', desc: "This is red." },
{ name: 'exit', value: 'exit', key: "e", desc: "This will exit the program." },
]
Ah, yes. I'm open to adding this feature. We should be reusing the same interface as description in the Select prompt: https://github.com/SBoudrias/Inquirer.js/tree/main/packages/select#choice-object
Hi @SBoudrias can I work on this issue?
@Sakthieswaran-tech go for it! 🎊