Function coreutils::gen_manpage

source ·
pub(crate) fn gen_manpage<T: Args>(
    args: impl Iterator<Item = OsString>,
    util_map: &OrderedMap<&'static str, (fn(_: T) -> i32, fn() -> Command)>
) -> !
Expand description

Generate the manpage for the utility in the first parameter