about summary refs log tree commit diff
path: root/Completion/Core/_parameters
blob: 578bf4428fe2618a2688fa5ed9e0c598991b31ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#autoload

# This should be used to complete parameter names if you need some of the
# extra options of compadd. It completes only non-local parameters.

# If you specify a -g option with a pattern, the pattern will be used to
# restrict the type of parameters matched.

local expl pattern

pattern=(-g \*)
zparseopts -D -K -E g:=pattern

_wanted parameters expl parameter compadd "$@" \
    -k "parameters[(R)${pattern[2]}~*local*]"