# lftpget(1) completion -*- shell-script -*- proc _lftpget { var cur = '', prev = '', words = '', cword = '' _init_completion || return if [[ "$cur" == -* ]] { setglobal COMPREPLY = '( '$( compgen -W '-c -d -v' -- "$cur" ) ) } } && complete -F _lftpget lftpget # ex: ts=4 sw=4 et filetype=sh