mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
moved from Completion/User/_strip
This commit is contained in:
parent
58342e9e77
commit
d448cc05dd
6
Completion/Unix/Command/_strip
Normal file
6
Completion/Unix/Command/_strip
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#compdef strip
|
||||||
|
|
||||||
|
local expl
|
||||||
|
|
||||||
|
_description files expl executable
|
||||||
|
_files "$expl[@]" -g '*(-*)'
|
Loading…
Reference in New Issue
Block a user