1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-07-10 16:31:27 +02:00
zsh/Completion/Unix/Command/_ranlib
2007-10-01 13:22:02 +00:00

13 lines
403 B
Text

#compdef ranlib
_arguments \
"(-a)-s[preferred type ToC (default)]" \
"(-s)-a[original type ToC]" \
"-c[include common symbols]" \
"(-T)-L[4.4bsd archive extended format #1 (default)]" \
"(-L)-T[truncate names to 16 chars, per pre-4.4.bsd format]" \
"-f[warn about fat archives]" \
"-t[do not rebuild ToC (ignored)]" \
"(-)-[no more options]" \
"1:archive: _files"