fish-shell/share/completions/makedepend.fish
axel 343cafef34 Redo installation file structure, move lots of things to $PREFIX/share/fish
darcs-hash:20060217101339-ac50b-d93d2c620a4b7f75f05ff461a6edbee001da7613.gz
2006-02-17 20:13:39 +10:00

13 lines
720 B
Fish

complete -c makedepend -s D -r -d (_ "Define")
complete -c makedepend -s I -r -d (_ "Include directory")
complete -c makedepend -s Y -r -d (_ "Replace include directories")
complete -c makedepend -s a -d (_ "Append dependencies to makefile")
complete -c makedepend -s f -r -d (_ "Specify makefile")
complete -c makedepend -o include -r -d (_ "Prepend file to input")
complete -c makedepend -s o -r -d (_ "Object file suffix")
complete -c makedepend -s p -r -d (_ "Object file prefix")
complete -c makedepend -s s -r -d (_ "Starting string delimiter")
complete -c makedepend -s w -r -d (_ "Line width")
complete -c makedepend -s v -d (_ "Verbose mode")
complete -c makedepend -s m -d (_ "Warn about multiple inclusion")