Skip to main content

map_clap_error_kind

Function map_clap_error_kind 

Source
pub fn map_clap_error_kind(kind: ErrorKind) -> u8
Expand description

Map a clap::ErrorKind to a mkit sysexit. Kept as a small freestanding function so unit tests can pin the mapping without running clap.