zsh-workers
 help / color / mirror / code / Atom feed
607719a19d6637bba4ad176a1dcf705f155cc792 blob 195 bytes (raw)

1
2
3
4
5
6
7
8
 
#compdef objdump

# borrowed from _nm_object_file
_objdump_object_file() {
  [[ -x $REPLY || $REPLY = *.([ao]|so|elf) ]]
}

_arguments -- '*:object file:_files -g "*(-.e,_objdump_object_file,)"'
debug log:

solving 607719a ...
found 607719a in https://git.vuxu.org/mirror/zsh/

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).