zsh-workers
 help / color / mirror / code / Atom feed
a2db8fa91bd0c40e96fff61ed0f52ce123798679 blob 566 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
#compdef ldd

# ldd seems like it should support option stacking... but it does not
_arguments -A '-*' -S : \
  '(-d -r --data-relocs --function-relocs)'{-d,--data-relocs}'[process data relocations]' \
  '(: -)--help[display help information]' \
  '(-d -r --data-relocs --function-relocs)'{-r,--function-relocs}'[process data and function relocations]' \
  '(-u --unused)'{-u,--unused}'[display unused direct dependencies]' \
  '(-v --verbose)'{-v,--verbose}'[output verbosely]' \
  '(: -)--version[display version information]' \
  '(x)*:object file:_object_files'
debug log:

solving a2db8fa91 ...
found a2db8fa91 in https://inbox.vuxu.org/zsh-workers/4553C21B-67DD-4E1C-BE56-F662E63F7FF5@dana.is/

applying [1/1] https://inbox.vuxu.org/zsh-workers/4553C21B-67DD-4E1C-BE56-F662E63F7FF5@dana.is/
diff --git a/Completion/Linux/Command/_ldd b/Completion/Linux/Command/_ldd
new file mode 100644
index 000000000..a2db8fa91

Checking patch Completion/Linux/Command/_ldd...
Applied patch Completion/Linux/Command/_ldd cleanly.

index at:
100644 a2db8fa91bd0c40e96fff61ed0f52ce123798679	Completion/Linux/Command/_ldd

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).