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
The existence of the cli.default_handler option is documented, and I've established that this has to be set to a function with 1 argument. Unfortunately I'm not sure how to work with this argument. It seems to be a cli_message object, which has no methods.
In practice I just want to convert the message to a character vector and then save it somewhere. However this class doesn't seem to have a format() method or anything. Can we please document this class and also the cli.default_handler function?
The text was updated successfully, but these errors were encountered:
The existence of the
cli.default_handler
option is documented, and I've established that this has to be set to a function with 1 argument. Unfortunately I'm not sure how to work with this argument. It seems to be acli_message
object, which has no methods.In practice I just want to convert the message to a character vector and then save it somewhere. However this class doesn't seem to have a
format()
method or anything. Can we please document this class and also thecli.default_handler
function?The text was updated successfully, but these errors were encountered: