pub(crate) fn gen_coreutils_app<T: Args>(
    util_map: &OrderedMap<&'static str, (fn(_: T) -> i32, fn() -> Command)>
) -> Command