Formats a command comment.
public function comment(string|array $message) : void { $this->block($message, null, null, '<fg=default;bg=default> // </>', false, false); }