Blame | Last modification | View Log | RSS feed
_policyeditor(){local cur prev opts basecur="${COMP_WORDS[COMP_CWORD]}"prev="${COMP_WORDS[COMP_CWORD-1]}"# PolicyEditor Optionsopts="-help -file -defaultfile -codebase -signedby -principals -verbose"COMPREPLY=($(compgen -W "${opts}" -- ${cur}))return 0}complete -F _policyeditor policyeditor