1 # bash completion for far2l -*- shell-script -*-
5 local cur prev words cword split
6 _init_completion -s || return
17 if [[ $cur == -* ]]; then
18 COMPREPLY=($(compgen -W '$(_parse_help "$1" -h)' -- "$cur"))
19 [[ ${COMPREPLY-} == *= ]] && compopt -o nospace
20 [[ ${COMPREPLY-} == *: ]] && compopt -o nospace
25 complete -F _far2l_completions far2l