SBoudrias / Inquirer.js

A collection of common interactive command line user interfaces.
MIT License
20.27k stars 1.3k forks source link

[Ask]: What is the actual use of the `status` parameter in `theme.message`? #1567

Closed br14n-sol closed 1 month ago

br14n-sol commented 1 month ago

In the latest version of @inquirer/core a new parameter has been added to theme.message called status, but I don't see it used, at least in the default theme.

Is this expected or was it simply added by 'mistake'?

SBoudrias commented 1 month ago

It was added on request. Some people wanted to render the message with different colors based on the status of the prompt; mainly idle vs done.