diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_gnu_generic | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_gnu_generic b/Completion/Unix/Command/_gnu_generic new file mode 100644 index 000000000..9dae2bdfc --- /dev/null +++ b/Completion/Unix/Command/_gnu_generic @@ -0,0 +1,6 @@ +#autoload + +# This is for GNU-like commands which understand the --help option, +# but which do not otherwise require special completion handling. + +_arguments '*:arg: _default' -- |