pub fn install_miette_handler(no_color: bool) -> Result<()>Expand description
Install the miette panic hook and graphical report handler.
Honours NO_COLOR=1 by dropping to an unstyled theme. Call this exactly once
from main before any miette::Result-returning code runs.