File: _ranlib

package info (click to toggle)
zsh 5.9-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,856 kB
  • sloc: ansic: 108,138; sh: 6,976; makefile: 722; perl: 687; awk: 291; sed: 16
file content (13 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (12)
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"