1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-03-10 09:49:20 +01:00

5 lines
195 B
Bash
Raw Normal View History

test -z "$BASH_VERSION" && return
complete -o default _nullcommand &> /dev/null || return
complete -r _nullcommand &> /dev/null || return
complete -o default -C /usr/lib/osc/complete osc