Formats an info message.
public function info(string|array $message) : void { $this->block($message, 'INFO', 'fg=green', ' ', true); }