mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-30 07:10:58 +02:00
8 lines
216 B
Text
8 lines
216 B
Text
#compdef gls gdiff
|
|
|
|
# This is for GNU-like commands which understand the --help option,
|
|
# but which do not otherwise require special completion handling.
|
|
|
|
[[ "$PREFIX" = --* ]] && _arguments -- && return 0
|
|
|
|
_default
|