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