pub(crate) fn gen_coreutils_app<T: Args>( util_map: &OrderedMap<&'static str, (fn(T) -> i32, fn() -> Command)>, ) -> Command
Panics if the utility map is empty