Verbosity is set globally for FIMS using
options(rlib_message_verbosity = "quiet") to stop the printing of messages
from cli::cli_inform(). Using a global option allows for verbose to not
have to be an argument to every function. All cli::cli_abort() messages are
printed to the console no matter what the global option is set to.
Value
A logical is returned where TRUE ensures messages from cli::cli_inform()
are printed to the console.