Function argc::compgen_kind

source ยท
pub fn compgen_kind<T: Runtime>(
    runtime: T,
    shell: Shell,
    kind: CompKind,
    last_arg: &str,
    no_color: bool,
) -> Result<String>