Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > b925d063e697021b9be98c0f38d6f566 > files > 3

icedtea-web-1.8-2.mga7.i586.rpm

_policyeditor()
{
    local cur prev opts base
    cur="${COMP_WORDS[COMP_CWORD]}"
    prev="${COMP_WORDS[COMP_CWORD-1]}"

    # PolicyEditor Options
    opts="-help -file -defaultfile -codebase -signedby -principals -verbose"

    COMPREPLY=($(compgen -W "${opts}" -- ${cur}))
    return 0
}
complete -F _policyeditor policyeditor