1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 16:50:58 +01: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