Function coreutils::gen_completions

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

Prints completions for the utility in the first parameter for the shell in the second parameter to stdout