1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 01:11:37 +02:00
zsh/Completion/Unix/Command/_strip

7 lines
92 B
Plaintext
Raw Normal View History

2001-04-02 14:02:45 +02:00
#compdef strip
local expl
_description files expl executable
_files "$expl[@]" -g '*(-*)'