Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
_policyeditor()
2
{
3
    local cur prev opts base
4
    cur="${COMP_WORDS[COMP_CWORD]}"
5
    prev="${COMP_WORDS[COMP_CWORD-1]}"
6
 
7
    # PolicyEditor Options
8
    opts="-help -file -defaultfile -codebase -signedby -principals -verbose"
9
 
10
    COMPREPLY=($(compgen -W "${opts}" -- ${cur}))
11
    return 0
12
}
13
complete -F _policyeditor policyeditor