# GitLabしたい(`gitlab`) ## インストールしたい(`python-gitlab`) ```console $ pipx install python-gitlab[autocompletion] ``` ```console $ uv tool install python-gitlab[autocompletion] ``` ## コマンド補完したい ```console $ register-python-argcomplete --shell fish > ~/.config/fish/completions/gitlab.fish ```