Inquirer.js
Inquirer.js copied to clipboard
How can I disable help tips?
Indeed, could you provide an option to disable tips like "(Use arrow keys)" please?
It looks like you can set the instructions
property to false
Happy to review a PR adding this to @inquirer/prompts
through a theme
flag.
Might want to not make it a boolean, and favour passing in a string representing the behavior; in the optic of also allowing to never hide them: https://github.com/SBoudrias/Inquirer.js/issues/1217 - like hidden
, hide-after-interaction
, always-shown
(suggested names)
PR #1381 is up with this feature. I'll leave open a few days for review and feedback. Feel free to chip in!