1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-30 07:10:58 +02:00
zsh/Completion/User/_use_lo
1999-08-30 10:08:13 +00:00

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