about summary refs log tree commit diff
path: root/Completion/User/_use_lo
blob: e469154ea72c1d7d1a48f9bc418b51c3bd62a165 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#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