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