blob: 5f22109970e1b1dfa036d9c45bc41e2942d1cec4 (
plain) (
blame)
1
2
3
4
5
6
|
#compdef gls gdiff
# This is for GNU-like commands which understand the --help option,
# but which do not otherwise require special completion handling.
_arguments || _default
|