pub fn render_failure_view<'a>(
spec: &'a Spec<'a>,
argv: &[&OsStr],
error: &Error<'_, '_>,
view: &'a ViewMeta<'a>,
) -> StringExpand description
Render a failure through a spec-declared executable view.
argv is the original full argv, including the view executable as argv0.