about summary refs log tree commit diff
path: root/Completion/Core/_parameters
blob: d3a163b49ccb8db545bc32918707f665647b985f (plain) (blame)
1
2
3
4
5
6
7
8
#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.

local expl

_wanted parameters expl parameter compadd "$@" -k 'parameters[(R)^*local*]'