1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-07 15:56:04 +02:00
zsh/Completion/User/_use_lo
1999-07-12 17:02:52 +00:00

11 lines
219 B
Plaintext

#compdef gls gdiff
# This is for GNU-like commands which understand the --help option,
# but which do not otherwise require special completion handling.
if [[ $PREFIX = --* ]]; then
_long_options
else
_default
fi