Current File : //usr/share/zsh/5.5.1/functions/_SUSEconfig
#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'