about summary refs log tree commit diff
path: root/Completion/openSUSE/Command/_SUSEconfig
blob: 737a80b170bd569b04697fe96178cb6039be04fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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'