pub(crate) fn print_raw_line(value: impl Display) -> Result<()>
Prints a raw line to stdout, bypassing the shell verbosity layer so --quiet does not suppress it.
--quiet