1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00
zsh/Completion/openSUSE/Command/_SUSEconfig

14 lines
279 B
Text

#compdef SuSEconfig
local modules
modules=( /sbin/conf.d/SuSEconfig.*~(*.rpm*|*.swap|*.bak|*.orig|*~|\#*)(N:e) )
_arguments \
'--help' \
'--quick' \
'--force' \
'--verbose' \
'--nonewpackage' \
'-norestarts' \
'-nomodule' \
'--module:module:compadd -a modules'