pub fn handle_error(error: CliError, verbose: bool)
Handle an error by printing it and exiting.
If verbose is true, prints the debug format (with stack trace info). Otherwise, prints the display format (user-friendly message).
verbose