pub fn map_clap_error_kind(kind: ErrorKind) -> u8
Map a clap::ErrorKind to a mkit sysexit. Kept as a small freestanding function so unit tests can pin the mapping without running clap.
clap::ErrorKind