You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is often a possibility to disable interactive console when running an application.
Is it possible to have it in CLImate? It probably only makes sense with the Input.
So when the interactive mode is disabled, prompts should either return their default value or null. It is the application's responsibility to handle any other cases, like getting the data from an option.
The text was updated successfully, but these errors were encountered:
There's still a few things to resolve, and this might need to go in the next major due to prompt() no longer being guaranteed to return a value in some scenarios (eg checkboxes, etc).
But if you want to take it for a spin and provide any feedback that would be useful
It is often a possibility to disable interactive console when running an application.
Is it possible to have it in CLImate? It probably only makes sense with the Input.
So when the interactive mode is disabled, prompts should either return their default value or null. It is the application's responsibility to handle any other cases, like getting the data from an option.
The text was updated successfully, but these errors were encountered: