A client that can be used to log messages, errors, and prompt the user.
This is a WIP and will be built out more in the future. For now, it's just a simple wrapper around console and prompts.
console
Log an error message to stderr.
The error to log.
The error wrapped in a ClientError.
ClientError
Log a message to stdout.
Rest
Any number of arguments to log.
Prompt the user for input.
The prompt options.
The user's input.
https://github.com/terkelg/prompts#-prompt-objects
Log a warning message to stdout.
A client that can be used to log messages, errors, and prompt the user.
This is a WIP and will be built out more in the future. For now, it's just a simple wrapper around
console
and prompts.