Function gen_coreutils_app

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

ยงPanics

Panics if the utility map is empty