Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 954de52fb9e07017a3c53a9855f52489 > files > 2

gpaste-1.2-1.fc15.i686.rpm

_gpaste()
{
    local cur opts
    COMPREPLY=()
    cur="${COMP_WORDS[${COMP_CWORD}]}"
    opts="add set delete empty start daemon quit preferences settings version help -h --help"
    COMPREPLY=( $(compgen -W "$opts" -- $cur ) )
}

complete -F _gpaste gpaste