Function install_shell_completions

Source
pub fn install_shell_completions<G: Generator>(
    generator: G,
    shell: Shell,
    cmd: &mut Command,
) -> Result<(), InstallShellCompletionError>