1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00
zsh/Completion/Unix/Command/_strip
2001-04-02 12:02:45 +00:00

7 lines
92 B
Plaintext

#compdef strip
local expl
_description files expl executable
_files "$expl[@]" -g '*(-*)'