1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-01 21:51:40 +02:00
zsh/Completion/Unix/Command/_strip
2001-04-02 12:02:45 +00:00

6 lines
92 B
Text

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