diff options
Diffstat (limited to 'Completion/User/_strip')
-rw-r--r-- | Completion/User/_strip | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Completion/User/_strip b/Completion/User/_strip index d9f44cc5e..529176fdd 100644 --- a/Completion/User/_strip +++ b/Completion/User/_strip @@ -1,3 +1,6 @@ #compdef strip -_files -g '*(*)' +local expl + +_description expl executable +_files "$expl[@]" -g '*(*)' |