From e0afddb812e1ae13b1e82ed0bc8321a3f33b32a5 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 1 Oct 2007 13:22:02 +0000 Subject: Jesse Weinstein: 23878: completion for ranlib. --- ChangeLog | 5 +++++ Completion/Unix/Command/_ranlib | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 Completion/Unix/Command/_ranlib diff --git a/ChangeLog b/ChangeLog index d037216bd..95ab8bb98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-01 Clint Adams + + * Jesse Weinstein: 23878: Completion/Unix/Command/_ranlib: + completion for ranlib. + 2007-09-30 Clint Adams * 23875: Completion/Unix/Command/_git: complete heads, tags, and diff --git a/Completion/Unix/Command/_ranlib b/Completion/Unix/Command/_ranlib new file mode 100644 index 000000000..a506ea70a --- /dev/null +++ b/Completion/Unix/Command/_ranlib @@ -0,0 +1,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" + -- cgit 1.4.1