????

Your IP : 13.58.158.198


Current Path : C:/opt/msys64/usr/share/bash-completion/completions/
Upload File :
Current File : C:/opt/msys64/usr/share/bash-completion/completions/check_perms

# mailman check_perms completion                           -*- shell-script -*-

_check_perms()
{
    local cur prev words cword
    _init_completion || return

    if [[ $cur == -* ]]; then
        COMPREPLY=($(compgen -W '-f -v -h' -- "$cur"))
    fi

} &&
    complete -F _check_perms check_perms

# ex: filetype=sh