blob: 75a33e9dd7cc198ebe9be16e9637b9fba24f9f6b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#compdef unsetopt
# If you first want to complete only unset options, uncomment the lines
# setting the _options_set array and then use:
#
# _options_set || _options
#
# here.
_options
|