Function 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

ยงPanics

Panics if the utility map is empty