HEX
Server: Apache
System: Linux vmi318001.contaboserver.net 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64
User: boxelikax (1004)
PHP: 8.2.33
Disabled: NONE
Upload Files
File: //usr/share/bash-completion/completions/mmsitepass
# mailman mmsitepass completion                            -*- shell-script -*-

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

    if [[ $cur == -* ]]; then
        COMPREPLY=($(compgen -W '--listcreator --help' -- "$cur"))
    fi

} &&
    complete -F _mmsitepass mmsitepass

# ex: filetype=sh