blob: 56651dd67e10cf6495db595edb60c80b9febc318 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#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
|