📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-02 00:57:19
📂
/ (Root)
/
usr
/
share
/
bash-completion
/
completions
📍 /usr/share/bash-completion/completions
🔄 Refresh
✏️
Editing: mailmanctl
Read Only
# mailmanctl completion -*- shell-script -*- _mailmanctl() { local cur prev words cword _init_completion || return if [[ "$cur" == -* ]]; then COMPREPLY=( $( compgen -W '--no-restart --run-as-user --stale-lock-cleanup --quiet --help' -- "$cur" ) ) else COMPREPLY=( $( compgen -W 'start stop restart reopen' -- "$cur" ) ) fi } && complete -F _mailmanctl mailmanctl # ex: ts=4 sw=4 et filetype=sh
💾 Save Changes
❌ Cancel