1
0
mirror of https://github.com/openSUSE/osc.git synced 2026-02-21 03:05:28 +01:00

Merge pull request #1821 from dmach/git-obs-fix-loading-shell-completion

Fix loading shell completions for 'git-obs'
This commit is contained in:
2025-06-06 08:35:09 +02:00
committed by GitHub
3 changed files with 9 additions and 0 deletions

View File

@@ -1 +1,4 @@
# exit immediately if argcomplete is not available
[ -e '/usr/bin/register-python-argcomplete' ] || exit 0
eval "$(register-python-argcomplete --shell bash git-obs)"

View File

@@ -1 +1,4 @@
# exit immediately if argcomplete is not available
[ -e '/usr/bin/register-python-argcomplete' ] || exit 0
eval "$(register-python-argcomplete --shell fish git-obs)"

View File

@@ -1 +1,4 @@
# exit immediately if argcomplete is not available
[ -e '/usr/bin/register-python-argcomplete' ] || exit 0
eval "$(register-python-argcomplete --shell zsh git-obs)"