Skip to main content

format_cli_error

Function format_cli_error 

Source
pub fn format_cli_error(headline: &str, error: &OcelotError) -> String
Expand description

Returns a stable, human-readable rendering of an OcelotError for CLI output.

It returns a stable, human-readable rendering of a OcelotError that is suitable for printing from a command-line binary.