mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-20 14:04:03 +01:00
6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
#autoload
|
|
|
|
# This should be used to complete all option names.
|
|
|
|
compgen "$@" -M 'L:|[nN][oO]= M:_= M:{A-Z}={a-z}' -o
|