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

5 lines
195 B
Bash

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