✏️ 正在编辑: mailmanctl
路径:
/snap/core/17284/usr/share/bash-completion/completions/mailmanctl
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
# 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
💾 保存文件
← 返回文件管理器