mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-19 23:43:33 -04:00
7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
#autoload
|
|
|
|
# This is for GNU-like commands which understand the --help option,
|
|
# but which do not otherwise require special completion handling.
|
|
|
|
_arguments '*:arg: _default' --
|