about summary refs log tree commit diff
path: root/Completion/Unix/Command/_ranlib
blob: a506ea70aa864e8809b4ed9445b0e1465d4589dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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"