Inquirer.js icon indicating copy to clipboard operation
Inquirer.js copied to clipboard

Could you add a hint to rawlist?

Open tocha688 opened this issue 1 month ago • 5 comments

I need to display a description of a function below the user's selected function.

tocha688 avatar Nov 18 '25 16:11 tocha688

Hey @tocha688, it's not fully clear what you're asking. Mind giving more details?

SBoudrias avatar Nov 18 '25 16:11 SBoudrias

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." },
  ]

tocha688 avatar Nov 19 '25 10:11 tocha688

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

SBoudrias avatar Nov 19 '25 22:11 SBoudrias

Hi @SBoudrias can I work on this issue?

Sakthieswaran-tech avatar Nov 30 '25 11:11 Sakthieswaran-tech

@Sakthieswaran-tech go for it! 🎊

SBoudrias avatar Nov 30 '25 21:11 SBoudrias